#4c8fba

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

Shades of Steel Blue #4C8FBA

Tints of Steel Blue #4C8FBA

Color information

#4C8FBA (or 0x4C8FBA) is unknown color: approx Steel Blue. HEX triplet: 4C, 8F and BA. RGB value is (76,143,186). Sum of RGB (Red+Green+Blue) = 76+143+186=405 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.77% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C8FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C8FBA is #B37045. Grayscale: #7F7F7F. Windows color (decimal): -11759686 or 12226380. OLE color: 12226380.

HSL color Cylindrical-coordinate representation of color #4C8FBA: hue angle of 203.45º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C8FBA is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB76143186-
CMYK0.590.2300.27
HSL203.45º44.35%51.37%-
HSV(B)203.45º59.14%72.94%-
XYZ21.6724.7350.09-
YUV127.87160.891-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.77%
GREEN value IS 143 (56.25% from 255) = 35.31%
BLUE value IS 186 (73.05% from 255) = 45.93%
R=18.77%
G=35.31%
B=45.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal761431860.590.2300.27203.4544.3551.37
Hex4C8FBA3B1701Bcb2c33
Octal11421727273270333135463
Binary100110010001111101110101110111011101101111001011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c8fba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4c8fba; }

 p { color: rgb(76,143,186); }

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

<style>
 a { background-color: #4c8fba; }

 a { background-color: rgb(76,143,186); }

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

<style>
 span { border-color: #4c8fba; }

 span { border-color: rgb(76,143,186); }

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