Html Css Color HEX #407FAA Steel Blue

📋 copy color: '#407FAA'

red 64 ◦ green 127 ◦ blue 170

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

Shades of Steel Blue #407FAA

Tints of Steel Blue #407FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.09%

R = 17.73%
G = 35.18%
B = 47.09%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#407FAA (or 0x407FAA) is known color: Steel Blue. HEX triplet: 40, 7F and AA. RGB value is (64,127,170). Sum of RGB (Red+Green+Blue) = 64+127+170=361 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.73% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #407FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407FAA is #BF8055. Grayscale: #707070. Windows color (decimal): -12550230 or 11173696. OLE color: 11173696.

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

Color convert

RGB 64 127 170 -
CMYK 0.62 0.25 0 0.33
HSL 204.34º 0.45% 0.46% -
HSV(B) 204.34º 0.62% 0.67% -
XYZ 16.96 19.17 40.84 -
YUV 113.07 160.13 93 -
System Red Green Blue C M Y K H S L
Decimal 64 127 170 0.62 0.25 0 0.33 204.34 0.45 0.46
Hex 40 7F AA 3E 19 0 21 CC 2D 2E
Octal 100 177 252 76 31 0 41 314 55 56
Binary 1000000 1111111 10101010 111110 11001 0 100001 11001100 101101 101110

Color Harmonies of #407FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407FAA

Black with #407FAA

Text Example


Text Example

White with #407FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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