Html Css Color HEX #407FA9 Steel Blue

📋 copy color: '#407FA9'

red 64 ◦ green 127 ◦ blue 169

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

Shades of Steel Blue #407FA9

Tints of Steel Blue #407FA9

RGB

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

 GREEN value IS 127 (50% from 255) = 35.28%

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

R = 17.78%
G = 35.28%
B = 46.94%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#407FA9 (or 0x407FA9) is known color: Steel Blue. HEX triplet: 40, 7F and A9. RGB value is (64,127,169). Sum of RGB (Red+Green+Blue) = 64+127+169=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 169 (66.41% from 255 or 46.94% from 360); Max value from RGB is 169 - color contains mainly: blue. Hex color #407FA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407FA9 is #BF8056. Grayscale: #707070. Windows color (decimal): -12550231 or 11108160. OLE color: 11108160.

HSL color Cylindrical-coordinate representation of color #407FA9: hue angle of 204º 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 #407FA9 is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 64 127 169 -
CMYK 0.62 0.25 0 0.34
HSL 204º 0.45% 0.46% -
HSV(B) 204º 0.62% 0.66% -
XYZ 16.87 19.13 40.34 -
YUV 112.95 159.63 93.08 -
System Red Green Blue C M Y K H S L
Decimal 64 127 169 0.62 0.25 0 0.34 204 0.45 0.46
Hex 40 7F A9 3E 19 0 22 CC 2D 2E
Octal 100 177 251 76 31 0 42 314 55 56
Binary 1000000 1111111 10101001 111110 11001 0 100010 11001100 101101 101110

Color Harmonies of #407FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407FA9

Black with #407FA9

Text Example


Text Example

White with #407FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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