Html Css Color HEX #407CB9 Steel Blue

📋 copy color: '#407CB9'

red 64 ◦ green 124 ◦ blue 185

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

Shades of Steel Blue #407CB9

Tints of Steel Blue #407CB9

RGB

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

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

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

R = 17.16%
G = 33.24%
B = 49.6%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#407CB9 (or 0x407CB9) is known color: Steel Blue. HEX triplet: 40, 7C and B9. RGB value is (64,124,185). Sum of RGB (Red+Green+Blue) = 64+124+185=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 185 (72.66% from 255 or 49.60% from 373); Max value from RGB is 185 - color contains mainly: blue. Hex color #407CB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407CB9 is #BF8346. Grayscale: #707070. Windows color (decimal): -12550983 or 12155968. OLE color: 12155968.

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

Color convert

RGB 64 124 185 -
CMYK 0.65 0.33 0 0.27
HSL 210.25º 0.49% 0.49% -
HSV(B) 210.25º 0.65% 0.73% -
XYZ 18.08 19.01 48.62 -
YUV 113.01 168.62 93.04 -
System Red Green Blue C M Y K H S L
Decimal 64 124 185 0.65 0.33 0 0.27 210.25 0.49 0.49
Hex 40 7C B9 41 21 0 1B D2 31 31
Octal 100 174 271 101 41 0 33 322 61 61
Binary 1000000 1111100 10111001 1000001 100001 0 11011 11010010 110001 110001

Color Harmonies of #407CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407CB9

Black with #407CB9

Text Example


Text Example

White with #407CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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