Html Css Color HEX #407DAB Steel Blue

📋 copy color: '#407DAB'

red 64 ◦ green 125 ◦ blue 171

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

Shades of Steel Blue #407DAB

Tints of Steel Blue #407DAB

RGB

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

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

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

R = 17.78%
G = 34.72%
B = 47.5%

CMYK

 C value IS 0.63

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#407DAB (or 0x407DAB) is known color: Steel Blue. HEX triplet: 40, 7D and AB. RGB value is (64,125,171). Sum of RGB (Red+Green+Blue) = 64+125+171=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #407DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407DAB is #BF8254. Grayscale: #6F6F6F. Windows color (decimal): -12550741 or 11238720. OLE color: 11238720.

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

Color convert

RGB 64 125 171 -
CMYK 0.63 0.27 0 0.33
HSL 205.79º 0.46% 0.46% -
HSV(B) 205.79º 0.63% 0.67% -
XYZ 16.8 18.7 41.25 -
YUV 112.01 161.29 93.76 -
System Red Green Blue C M Y K H S L
Decimal 64 125 171 0.63 0.27 0 0.33 205.79 0.46 0.46
Hex 40 7D AB 3F 1B 0 21 CE 2E 2E
Octal 100 175 253 77 33 0 41 316 56 56
Binary 1000000 1111101 10101011 111111 11011 0 100001 11001110 101110 101110

Color Harmonies of #407DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407DAB

Black with #407DAB

Text Example


Text Example

White with #407DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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