Html Css Color HEX #407AAB Steel Blue

📋 copy color: '#407AAB'

red 64 ◦ green 122 ◦ blue 171

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

Shades of Steel Blue #407AAB

Tints of Steel Blue #407AAB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.17%

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

R = 17.93%
G = 34.17%
B = 47.9%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#407AAB (or 0x407AAB) is known color: Steel Blue. HEX triplet: 40, 7A and AB. RGB value is (64,122,171). Sum of RGB (Red+Green+Blue) = 64+122+171=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #407AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407AAB is #BF8554. Grayscale: #6D6D6D. Windows color (decimal): -12551509 or 11237952. OLE color: 11237952.

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

Color convert

RGB 64 122 171 -
CMYK 0.63 0.29 0 0.33
HSL 207.48º 0.46% 0.46% -
HSV(B) 207.48º 0.63% 0.67% -
XYZ 16.42 17.95 41.13 -
YUV 110.24 162.28 95.02 -
System Red Green Blue C M Y K H S L
Decimal 64 122 171 0.63 0.29 0 0.33 207.48 0.46 0.46
Hex 40 7A AB 3F 1D 0 21 CF 2E 2E
Octal 100 172 253 77 35 0 41 317 56 56
Binary 1000000 1111010 10101011 111111 11101 0 100001 11001111 101110 101110

Color Harmonies of #407AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407AAB

Black with #407AAB

Text Example


Text Example

White with #407AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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