#4077BA

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

Shades of Steel Blue #4077BA

Tints of Steel Blue #4077BA

Color information

#4077BA (or 0x4077BA) is unknown color: approx Steel Blue. HEX triplet: 40, 77 and BA. RGB value is (64,119,186). Sum of RGB (Red+Green+Blue) = 64+119+186=369 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.34% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #4077BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4077BA is #BF8845. Grayscale: #6D6D6D. Windows color (decimal): -12552262 or 12220224. OLE color: 12220224.

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

Color convert

RGB64119186-
CMYK0.660.3600.27
HSL212.95º48.8%49.02%-
HSV(B)212.95º65.59%72.94%-
XYZ17.5717.8348.97-
YUV110.19170.7895.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.34%
GREEN value IS 119 (46.88% from 255) = 32.25%
BLUE value IS 186 (73.05% from 255) = 50.41%
R=17.34%
G=32.25%
B=50.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal641191860.660.3600.27212.9548.849.02
Hex4077BA422401Bd53131
Octal100167272102440333256161
Binary1000000111011110111010100001010010001101111010101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4077BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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