Html Css Color HEX #407CAE Steel Blue

📋 copy color: '#407CAE'

red 64 ◦ green 124 ◦ blue 174

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

Shades of Steel Blue #407CAE

Tints of Steel Blue #407CAE

RGB

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

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

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

R = 17.68%
G = 34.25%
B = 48.07%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#407CAE (or 0x407CAE) is known color: Steel Blue. HEX triplet: 40, 7C and AE. RGB value is (64,124,174). Sum of RGB (Red+Green+Blue) = 64+124+174=362 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.68% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #407CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407CAE is #BF8351. Grayscale: #6F6F6F. Windows color (decimal): -12550994 or 11435072. OLE color: 11435072.

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

Color convert

RGB 64 124 174 -
CMYK 0.63 0.29 0 0.32
HSL 207.27º 0.46% 0.47% -
HSV(B) 207.27º 0.63% 0.68% -
XYZ 16.96 18.56 42.73 -
YUV 111.76 163.12 93.93 -
System Red Green Blue C M Y K H S L
Decimal 64 124 174 0.63 0.29 0 0.32 207.27 0.46 0.47
Hex 40 7C AE 3F 1D 0 20 CF 2E 2F
Octal 100 174 256 77 35 0 40 317 56 57
Binary 1000000 1111100 10101110 111111 11101 0 100000 11001111 101110 101111

Color Harmonies of #407CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407CAE

Black with #407CAE

Text Example


Text Example

White with #407CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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