#4077BE

Color #4077BE Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #4077BE

Tints of Steel Blue #4077BE

Color information

#4077BE (or 0x4077BE) is unknown color: approx Steel Blue. HEX triplet: 40, 77 and BE. RGB value is (64,119,190). Sum of RGB (Red+Green+Blue) = 64+119+190=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #4077BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4077BE is #BF8841. Grayscale: #6E6E6E. Windows color (decimal): -12552258 or 12482368. OLE color: 12482368.

HSL color Cylindrical-coordinate representation of color #4077BE: hue angle of 213.81º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4077BE is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB64119190-
CMYK0.660.3700.25
HSL213.81º49.61%49.8%-
HSV(B)213.81º66.32%74.51%-
XYZ18.011851.24-
YUV110.65172.7894.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.16%
GREEN value IS 119 (46.88% from 255) = 31.90%
BLUE value IS 190 (74.61% from 255) = 50.94%
R=17.16%
G=31.90%
B=50.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal641191900.660.3700.25213.8149.6149.8
Hex4077BE4225019d63232
Octal100167276102450313266262
Binary1000000111011110111110100001010010101100111010110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4077BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4077BE; }

 p { color: rgb(64,119,190); }

 H1.HeaderClassName
 {
   color: #4077BE;
 }
 .AnyTagClassName
 {
   color: #4077BE;
 }
</style>
background-color css

<style>
 a { background-color: #4077BE; }

 a { background-color: rgb(64,119,190); }

 div.DivClassName
 {
   background-color: #4077BE;
 }
 .BgClassName
 {
   background-color: #4077BE;
 }
</style>
border-color css

<style>
 span { border-color: #4077BE; }

 span { border-color: rgb(64,119,190); }

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