Color Hex Logo

#4661ba Color Hex

#4661BA
(70,97,186)
0 Favorites   0 Comments

Color spaces of #4661ba

RGB 7097186
HSL0.630.460.50
HSV226°62°73°
CMYK 0.620.480.00   0.27
XYZ15.663413.396748.2146
Yxy13.39670.20270.1734
Hunter Lab36.601512.3354-52.4808
CIE-Lab43.355018.2870-50.1052

#4661ba color RGB value is (70,97,186).

#4661ba hex color red value is 70, green value is 97 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4661ba hue: 0.63 , saturation: 0.46 and the lightness value of 4661ba is 0.50.

The process color (four color CMYK) of #4661ba color hex is 0.62, 0.48, 0.00, 0.27. Web safe color of #4661ba is #3366cc. Color #4661ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100001 10111010
Octal 106 141 272
Decimal 70 97 186
Hex 46 61 BA

RGB Percentages of Color #4661ba

%19.83
%27.48
%52.69

CMYK Percentages of Color #4661ba

%62
%48
%0
%27

Triadic Colors of #4661ba

#4661ba #ba4661 #61ba46

Analogous Colors of #4661ba

#4661ba #6546ba #469bba

Monochromatic Colors of #4661ba

#4661ba

Complementary Color

#4661ba #ba9f46

#4661ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4661ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4661ba Color CSS Codes

.mybgcolor {background-color:#4661ba; } 
.myforecolor {color:#4661ba; }
.mybordercolor {border:3px solid #4661ba; }

#4661ba Text Font Color

<p style="color:#4661ba">Text here</p>

This sample text font color is #4661ba
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4661ba Background Color

<div style="background-color:#4661ba">
Div content here</div>

This div background color is #4661ba


#4661ba Border Color

<div style="border:3px solid #4661ba">
Div here</div>

This div border color is #4661ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,97,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4661ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4661ba;
  -webkit-box-shadow: 1px 1px 3px 2px #4661ba;
  box-shadow:         1px 1px 3px 2px #4661ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,97,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4661ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4661ba;
  -webkit-box-shadow: 1px 1px 3px 2px #4661ba;
  box-shadow:         1px 1px 3px 2px #4661ba;">
Div content here</div>

This div box has shadow with color #4661ba


Comments

No comments written yet.

Please login to write comment.