Html Css Color HEX #407EB9 Steel Blue

📋 copy color: '#407EB9'

red 64 ◦ green 126 ◦ blue 185

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

Shades of Steel Blue #407EB9

Tints of Steel Blue #407EB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 49.33%

R = 17.07%
G = 33.6%
B = 49.33%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#407EB9 (or 0x407EB9) is known color: Steel Blue. HEX triplet: 40, 7E and B9. RGB value is (64,126,185). Sum of RGB (Red+Green+Blue) = 64+126+185=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 185 (72.66% from 255 or 49.33% from 375); Max value from RGB is 185 - color contains mainly: blue. Hex color #407EB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407EB9 is #BF8146. Grayscale: #717171. Windows color (decimal): -12550471 or 12156480. OLE color: 12156480.

HSL color Cylindrical-coordinate representation of color #407EB9: hue angle of 209.26º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #407EB9 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 126 185 -
CMYK 0.65 0.32 0 0.27
HSL 209.26º 0.49% 0.49% -
HSV(B) 209.26º 0.65% 0.73% -
XYZ 18.33 19.51 48.7 -
YUV 114.19 167.96 92.2 -
System Red Green Blue C M Y K H S L
Decimal 64 126 185 0.65 0.32 0 0.27 209.26 0.49 0.49
Hex 40 7E B9 41 20 0 1B D1 31 31
Octal 100 176 271 101 40 0 33 321 61 61
Binary 1000000 1111110 10111001 1000001 100000 0 11011 11010001 110001 110001

Color Harmonies of #407EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407EB9

Black with #407EB9

Text Example


Text Example

White with #407EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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