Html Css Color HEX #407DAE Steel Blue

📋 copy color: '#407DAE'

red 64 ◦ green 125 ◦ blue 174

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

Shades of Steel Blue #407DAE

Tints of Steel Blue #407DAE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.44%

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

R = 17.63%
G = 34.44%
B = 47.93%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#407DAE (or 0x407DAE) is known color: Steel Blue. HEX triplet: 40, 7D and AE. RGB value is (64,125,174). Sum of RGB (Red+Green+Blue) = 64+125+174=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: blue. Hex color #407DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407DAE is #BF8251. Grayscale: #707070. Windows color (decimal): -12550738 or 11435328. OLE color: 11435328.

HSL color Cylindrical-coordinate representation of color #407DAE: hue angle of 206.73º 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 #407DAE is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 125 174 -
CMYK 0.63 0.28 0 0.32
HSL 206.73º 0.46% 0.47% -
HSV(B) 206.73º 0.63% 0.68% -
XYZ 17.09 18.81 42.78 -
YUV 112.35 162.79 93.52 -
System Red Green Blue C M Y K H S L
Decimal 64 125 174 0.63 0.28 0 0.32 206.73 0.46 0.47
Hex 40 7D AE 3F 1C 0 20 CF 2E 2F
Octal 100 175 256 77 34 0 40 317 56 57
Binary 1000000 1111101 10101110 111111 11100 0 100000 11001111 101110 101111

Color Harmonies of #407DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407DAE

Black with #407DAE

Text Example


Text Example

White with #407DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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