Html Css Color HEX #407FAD Steel Blue

📋 copy color: '#407FAD'

red 64 ◦ green 127 ◦ blue 173

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

Shades of Steel Blue #407FAD

Tints of Steel Blue #407FAD

RGB

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

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

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

R = 17.58%
G = 34.89%
B = 47.53%

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

#407FAD (or 0x407FAD) is known color: Steel Blue. HEX triplet: 40, 7F and AD. RGB value is (64,127,173). Sum of RGB (Red+Green+Blue) = 64+127+173=364 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.58% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: blue. Hex color #407FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407FAD is #BF8052. Grayscale: #717171. Windows color (decimal): -12550227 or 11370304. OLE color: 11370304.

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

Color convert

RGB 64 127 173 -
CMYK 0.63 0.27 0 0.32
HSL 205.32º 0.46% 0.46% -
HSV(B) 205.32º 0.63% 0.68% -
XYZ 17.25 19.29 42.35 -
YUV 113.41 161.63 92.76 -
System Red Green Blue C M Y K H S L
Decimal 64 127 173 0.63 0.27 0 0.32 205.32 0.46 0.46
Hex 40 7F AD 3F 1B 0 20 CD 2E 2E
Octal 100 177 255 77 33 0 40 315 56 56
Binary 1000000 1111111 10101101 111111 11011 0 100000 11001101 101110 101110

Color Harmonies of #407FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407FAD

Black with #407FAD

Text Example


Text Example

White with #407FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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