Html Css Color HEX #407FAB Steel Blue

📋 copy color: '#407FAB'

red 64 ◦ green 127 ◦ blue 171

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

Shades of Steel Blue #407FAB

Tints of Steel Blue #407FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.24%

R = 17.68%
G = 35.08%
B = 47.24%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#407FAB (or 0x407FAB) is known color: Steel Blue. HEX triplet: 40, 7F and AB. RGB value is (64,127,171). Sum of RGB (Red+Green+Blue) = 64+127+171=362 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.68% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #407FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407FAB is #BF8054. Grayscale: #707070. Windows color (decimal): -12550229 or 11239232. OLE color: 11239232.

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

Color convert

RGB 64 127 171 -
CMYK 0.63 0.26 0 0.33
HSL 204.67º 0.46% 0.46% -
HSV(B) 204.67º 0.63% 0.67% -
XYZ 17.05 19.21 41.34 -
YUV 113.18 160.63 92.92 -
System Red Green Blue C M Y K H S L
Decimal 64 127 171 0.63 0.26 0 0.33 204.67 0.46 0.46
Hex 40 7F AB 3F 1A 0 21 CD 2E 2E
Octal 100 177 253 77 32 0 41 315 56 56
Binary 1000000 1111111 10101011 111111 11010 0 100001 11001101 101110 101110

Color Harmonies of #407FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407FAB

Black with #407FAB

Text Example


Text Example

White with #407FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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