Color Hex Logo

#457abb Color Hex

#457ABB
(69,122,187)
0 Favorites   0 Comments

Color spaces of #457abb

RGB 69122187
HSL0.590.460.50
HSV213°63°73°
CMYK 0.630.350.00   0.27
XYZ18.383418.772149.6682
Yxy18.77210.21170.2162
Hunter Lab43.3268-0.0849-37.6391
CIE-Lab50.41952.8652-39.4418

#457abb color RGB value is (69,122,187).

#457abb hex color red value is 69, green value is 122 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #457abb hue: 0.59 , saturation: 0.46 and the lightness value of 457abb is 0.50.

The process color (four color CMYK) of #457abb color hex is 0.63, 0.35, 0.00, 0.27. Web safe color of #457abb is #3366cc. Color #457abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01111010 10111011
Octal 105 172 273
Decimal 69 122 187
Hex 45 7A BB

RGB Percentages of Color #457abb

%18.25
%32.28
%49.47

CMYK Percentages of Color #457abb

%63
%35
%0
%27

Triadic Colors of #457abb

#457abb #bb457a #7abb45

Analogous Colors of #457abb

#457abb #4b45bb #45b5bb

Monochromatic Colors of #457abb

#457abb

Complementary Color

#457abb #bb8645

#457abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#457abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#457abb Color CSS Codes

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

#457abb Text Font Color

<p style="color:#457abb">Text here</p>

This sample text font color is #457abb
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.


#457abb Background Color

<div style="background-color:#457abb">
Div content here</div>

This div background color is #457abb


#457abb Border Color

<div style="border:3px solid #457abb">
Div here</div>

This div border color is #457abb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,122,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #457abb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #457abb;
  -webkit-box-shadow: 1px 1px 3px 2px #457abb;
  box-shadow:         1px 1px 3px 2px #457abb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,122,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #457abb


Comments

No comments written yet.

Please login to write comment.