Html Css Color HEX #407BA9 Steel Blue

📋 copy color: '#407BA9'

red 64 ◦ green 123 ◦ blue 169

#407BA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Steel Blue #407BA9

Tints of Steel Blue #407BA9

RGB

 RED value IS 64 (25.39% from 255) = 17.98%

 GREEN value IS 123 (48.44% from 255) = 34.55%

 BLUE value IS 169 (66.41% from 255) = 47.47%

R = 17.98%
G = 34.55%
B = 47.47%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.34

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#407BA9 (or 0x407BA9) is known color: Steel Blue. HEX triplet: 40, 7B and A9. RGB value is (64,123,169). Sum of RGB (Red+Green+Blue) = 64+123+169=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 169 (66.41% from 255 or 47.47% from 356); Max value from RGB is 169 - color contains mainly: blue. Hex color #407BA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407BA9 is #BF8456. Grayscale: #6E6E6E. Windows color (decimal): -12551255 or 11107136. OLE color: 11107136.

HSL color Cylindrical-coordinate representation of color #407BA9: hue angle of 206.29º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #407BA9 is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 64 123 169 -
CMYK 0.62 0.27 0 0.34
HSL 206.29º 0.45% 0.46% -
HSV(B) 206.29º 0.62% 0.66% -
XYZ 16.36 18.12 40.17 -
YUV 110.6 160.95 94.76 -
System Red Green Blue C M Y K H S L
Decimal 64 123 169 0.62 0.27 0 0.34 206.29 0.45 0.46
Hex 40 7B A9 3E 1B 0 22 CE 2D 2E
Octal 100 173 251 76 33 0 42 316 55 56
Binary 1000000 1111011 10101001 111110 11011 0 100010 11001110 101101 101110

Color Harmonies of #407BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407BA9

Black with #407BA9

Text Example


Text Example

White with #407BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407BA9; }

 p { color: rgb(64,123,169); }

 H1.HeaderClassName
 {
   color: #407BA9;
 }
 .AnyTagClassName
 {
   color: #407BA9;
 }
</style>

background-color css

<style>
 a { background-color: #407BA9; }

 a { background-color: rgb(64,123,169); }

 div.DivClassName
 {
   background-color: #407BA9;
 }
 .BgClassName
 {
   background-color: #407BA9;
 }
</style>

border-color css

<style>
 span { border-color: #407BA9; }

 span { border-color: rgb(64,123,169); }

 td.TdClassName
 {
   border-color: #407BA9;
 }
 .TagClassName
 {
   border-color: #407BA9;
 }
</style>