Html Css Color HEX #407CAA Steel Blue

📋 copy color: '#407CAA'

red 64 ◦ green 124 ◦ blue 170

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

Shades of Steel Blue #407CAA

Tints of Steel Blue #407CAA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.64%

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

R = 17.88%
G = 34.64%
B = 47.49%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#407CAA (or 0x407CAA) is known color: Steel Blue. HEX triplet: 40, 7C and AA. RGB value is (64,124,170). Sum of RGB (Red+Green+Blue) = 64+124+170=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #407CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407CAA is #BF8355. Grayscale: #6F6F6F. Windows color (decimal): -12550998 or 11172928. OLE color: 11172928.

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

Color convert

RGB 64 124 170 -
CMYK 0.62 0.27 0 0.33
HSL 206.04º 0.45% 0.46% -
HSV(B) 206.04º 0.62% 0.67% -
XYZ 16.58 18.41 40.71 -
YUV 111.3 161.12 94.26 -
System Red Green Blue C M Y K H S L
Decimal 64 124 170 0.62 0.27 0 0.33 206.04 0.45 0.46
Hex 40 7C AA 3E 1B 0 21 CE 2D 2E
Octal 100 174 252 76 33 0 41 316 55 56
Binary 1000000 1111100 10101010 111110 11011 0 100001 11001110 101101 101110

Color Harmonies of #407CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407CAA

Black with #407CAA

Text Example


Text Example

White with #407CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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