Html Css Color HEX #407EA4 Steel Blue

📋 copy color: '#407EA4'

red 64 ◦ green 126 ◦ blue 164

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

Shades of Steel Blue #407EA4

Tints of Steel Blue #407EA4

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.59%

 BLUE value IS 164 (64.45% from 255) = 46.33%

R = 18.08%
G = 35.59%
B = 46.33%

CMYK

 C value IS 0.61

 M value IS 0.23

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#407EA4 (or 0x407EA4) is known color: Steel Blue. HEX triplet: 40, 7E and A4. RGB value is (64,126,164). Sum of RGB (Red+Green+Blue) = 64+126+164=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 164 (64.45% from 255 or 46.33% from 354); Max value from RGB is 164 - color contains mainly: blue. Hex color #407EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407EA4 is #BF815B. Grayscale: #6F6F6F. Windows color (decimal): -12550492 or 10780224. OLE color: 10780224.

HSL color Cylindrical-coordinate representation of color #407EA4: hue angle of 202.8º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #407EA4 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 64 126 164 -
CMYK 0.61 0.23 0 0.36
HSL 202.8º 0.44% 0.45% -
HSV(B) 202.8º 0.61% 0.64% -
XYZ 16.28 18.69 37.87 -
YUV 111.79 157.46 93.91 -
System Red Green Blue C M Y K H S L
Decimal 64 126 164 0.61 0.23 0 0.36 202.8 0.44 0.45
Hex 40 7E A4 3D 17 0 24 CB 2C 2D
Octal 100 176 244 75 27 0 44 313 54 55
Binary 1000000 1111110 10100100 111101 10111 0 100100 11001011 101100 101101

Color Harmonies of #407EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407EA4

Black with #407EA4

Text Example


Text Example

White with #407EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,126,164); }

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

background-color css

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

 a { background-color: rgb(64,126,164); }

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

border-color css

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

 span { border-color: rgb(64,126,164); }

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