Html Css Color HEX #407FAE Steel Blue

📋 copy color: '#407FAE'

red 64 ◦ green 127 ◦ blue 174

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

Shades of Steel Blue #407FAE

Tints of Steel Blue #407FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.67%

R = 17.53%
G = 34.79%
B = 47.67%

CMYK

 C value IS 0.63

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#407FAE (or 0x407FAE) is known color: Steel Blue. HEX triplet: 40, 7F and AE. RGB value is (64,127,174). Sum of RGB (Red+Green+Blue) = 64+127+174=365 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.53% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #407FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407FAE is #BF8051. Grayscale: #717171. Windows color (decimal): -12550226 or 11435840. OLE color: 11435840.

HSL color Cylindrical-coordinate representation of color #407FAE: hue angle of 205.64º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #407FAE is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 127 174 -
CMYK 0.63 0.27 0 0.32
HSL 205.64º 0.46% 0.47% -
HSV(B) 205.64º 0.63% 0.68% -
XYZ 17.34 19.32 42.86 -
YUV 113.52 162.13 92.68 -
System Red Green Blue C M Y K H S L
Decimal 64 127 174 0.63 0.27 0 0.32 205.64 0.46 0.47
Hex 40 7F AE 3F 1B 0 20 CE 2E 2F
Octal 100 177 256 77 33 0 40 316 56 57
Binary 1000000 1111111 10101110 111111 11011 0 100000 11001110 101110 101111

Color Harmonies of #407FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407FAE

Black with #407FAE

Text Example


Text Example

White with #407FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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