Html Css Color HEX #407DAA Steel Blue

📋 copy color: '#407DAA'

red 64 ◦ green 125 ◦ blue 170

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

Shades of Steel Blue #407DAA

Tints of Steel Blue #407DAA

RGB

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

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

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

R = 17.83%
G = 34.82%
B = 47.35%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#407DAA (or 0x407DAA) is known color: Steel Blue. HEX triplet: 40, 7D and AA. RGB value is (64,125,170). Sum of RGB (Red+Green+Blue) = 64+125+170=359 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.83% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 170 - color contains mainly: blue. Hex color #407DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407DAA is #BF8255. Grayscale: #6F6F6F. Windows color (decimal): -12550742 or 11173184. OLE color: 11173184.

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

Color convert

RGB 64 125 170 -
CMYK 0.62 0.26 0 0.33
HSL 205.47º 0.45% 0.46% -
HSV(B) 205.47º 0.62% 0.67% -
XYZ 16.7 18.66 40.75 -
YUV 111.89 160.79 93.84 -
System Red Green Blue C M Y K H S L
Decimal 64 125 170 0.62 0.26 0 0.33 205.47 0.45 0.46
Hex 40 7D AA 3E 1A 0 21 CD 2D 2E
Octal 100 175 252 76 32 0 41 315 55 56
Binary 1000000 1111101 10101010 111110 11010 0 100001 11001101 101101 101110

Color Harmonies of #407DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407DAA

Black with #407DAA

Text Example


Text Example

White with #407DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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