Html Css Color HEX #407EAD Steel Blue

📋 copy color: '#407EAD'

red 64 ◦ green 126 ◦ blue 173

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

Shades of Steel Blue #407EAD

Tints of Steel Blue #407EAD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.71%

 BLUE value IS 173 (67.97% from 255) = 47.66%

R = 17.63%
G = 34.71%
B = 47.66%

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

#407EAD (or 0x407EAD) is known color: Steel Blue. HEX triplet: 40, 7E and AD. RGB value is (64,126,173). Sum of RGB (Red+Green+Blue) = 64+126+173=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #407EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407EAD is #BF8152. Grayscale: #707070. Windows color (decimal): -12550483 or 11370048. OLE color: 11370048.

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

Color convert

RGB 64 126 173 -
CMYK 0.63 0.27 0 0.32
HSL 205.87º 0.46% 0.46% -
HSV(B) 205.87º 0.63% 0.68% -
XYZ 17.12 19.03 42.31 -
YUV 112.82 161.96 93.18 -
System Red Green Blue C M Y K H S L
Decimal 64 126 173 0.63 0.27 0 0.32 205.87 0.46 0.46
Hex 40 7E AD 3F 1B 0 20 CE 2E 2E
Octal 100 176 255 77 33 0 40 316 56 56
Binary 1000000 1111110 10101101 111111 11011 0 100000 11001110 101110 101110

Color Harmonies of #407EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407EAD

Black with #407EAD

Text Example


Text Example

White with #407EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,126,173); }

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

background-color css

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

 a { background-color: rgb(64,126,173); }

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

border-color css

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

 span { border-color: rgb(64,126,173); }

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