Html Css Color HEX #407AAE Steel Blue

📋 copy color: '#407AAE'

red 64 ◦ green 122 ◦ blue 174

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

Shades of Steel Blue #407AAE

Tints of Steel Blue #407AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.33%

R = 17.78%
G = 33.89%
B = 48.33%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#407AAE (or 0x407AAE) is known color: Steel Blue. HEX triplet: 40, 7A and AE. RGB value is (64,122,174). Sum of RGB (Red+Green+Blue) = 64+122+174=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #407AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407AAE is #BF8551. Grayscale: #6E6E6E. Windows color (decimal): -12551506 or 11434560. OLE color: 11434560.

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

Color convert

RGB 64 122 174 -
CMYK 0.63 0.30 0 0.32
HSL 208.36º 0.46% 0.47% -
HSV(B) 208.36º 0.63% 0.68% -
XYZ 16.71 18.07 42.65 -
YUV 110.59 163.78 94.77 -
System Red Green Blue C M Y K H S L
Decimal 64 122 174 0.63 0.30 0 0.32 208.36 0.46 0.47
Hex 40 7A AE 3F 1E 0 20 D0 2E 2F
Octal 100 172 256 77 36 0 40 320 56 57
Binary 1000000 1111010 10101110 111111 11110 0 100000 11010000 101110 101111

Color Harmonies of #407AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407AAE

Black with #407AAE

Text Example


Text Example

White with #407AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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