Html Css Color HEX #407BB9 Steel Blue

📋 copy color: '#407BB9'

red 64 ◦ green 123 ◦ blue 185

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

Shades of Steel Blue #407BB9

Tints of Steel Blue #407BB9

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.06%

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

R = 17.2%
G = 33.06%
B = 49.73%

CMYK

 C value IS 0.65

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#407BB9 (or 0x407BB9) is known color: Steel Blue. HEX triplet: 40, 7B and B9. RGB value is (64,123,185). Sum of RGB (Red+Green+Blue) = 64+123+185=372 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.20% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 185 (72.66% from 255 or 49.73% from 372); Max value from RGB is 185 - color contains mainly: blue. Hex color #407BB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407BB9 is #BF8446. Grayscale: #707070. Windows color (decimal): -12551239 or 12155712. OLE color: 12155712.

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

Color convert

RGB 64 123 185 -
CMYK 0.65 0.34 0 0.27
HSL 210.74º 0.49% 0.49% -
HSV(B) 210.74º 0.65% 0.73% -
XYZ 17.95 18.76 48.57 -
YUV 112.43 168.95 93.46 -
System Red Green Blue C M Y K H S L
Decimal 64 123 185 0.65 0.34 0 0.27 210.74 0.49 0.49
Hex 40 7B B9 41 22 0 1B D3 31 31
Octal 100 173 271 101 42 0 33 323 61 61
Binary 1000000 1111011 10111001 1000001 100010 0 11011 11010011 110001 110001

Color Harmonies of #407BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407BB9

Black with #407BB9

Text Example


Text Example

White with #407BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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