Html Css Color HEX #407AAA Steel Blue

📋 copy color: '#407AAA'

red 64 ◦ green 122 ◦ blue 170

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

Shades of Steel Blue #407AAA

Tints of Steel Blue #407AAA

RGB

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

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

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

R = 17.98%
G = 34.27%
B = 47.75%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#407AAA (or 0x407AAA) is known color: Steel Blue. HEX triplet: 40, 7A and AA. RGB value is (64,122,170). Sum of RGB (Red+Green+Blue) = 64+122+170=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #407AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407AAA is #BF8555. Grayscale: #6D6D6D. Windows color (decimal): -12551510 or 11172416. OLE color: 11172416.

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

Color convert

RGB 64 122 170 -
CMYK 0.62 0.28 0 0.33
HSL 207.17º 0.45% 0.46% -
HSV(B) 207.17º 0.62% 0.67% -
XYZ 16.33 17.91 40.63 -
YUV 110.13 161.78 95.1 -
System Red Green Blue C M Y K H S L
Decimal 64 122 170 0.62 0.28 0 0.33 207.17 0.45 0.46
Hex 40 7A AA 3E 1C 0 21 CF 2D 2E
Octal 100 172 252 76 34 0 41 317 55 56
Binary 1000000 1111010 10101010 111110 11100 0 100001 11001111 101101 101110

Color Harmonies of #407AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407AAA

Black with #407AAA

Text Example


Text Example

White with #407AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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