#4C8DBB

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

Shades of Steel Blue #4C8DBB

Tints of Steel Blue #4C8DBB

Color information

#4C8DBB (or 0x4C8DBB) is unknown color: approx Steel Blue. HEX triplet: 4C, 8D and BB. RGB value is (76,141,187). Sum of RGB (Red+Green+Blue) = 76+141+187=404 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.81% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 187 - color contains mainly: blue. Hex color #4C8DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C8DBB is #B37244. Grayscale: #7E7E7E. Windows color (decimal): -11760197 or 12291404. OLE color: 12291404.

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

Color convert

RGB76141187-
CMYK0.590.2500.27
HSL204.86º44.94%51.57%-
HSV(B)204.86º59.36%73.33%-
XYZ21.4824.1750.55-
YUV126.81161.9791.76-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.81%
GREEN value IS 141 (55.47% from 255) = 34.90%
BLUE value IS 187 (73.44% from 255) = 46.29%
R=18.81%
G=34.90%
B=46.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal761411870.590.2500.27204.8644.9451.57
Hex4C8DBB3B1901Bcd2d34
Octal11421527373310333155564
Binary100110010001101101110111110111100101101111001101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,141,187); }

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

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

 a { background-color: rgb(76,141,187); }

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

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

 span { border-color: rgb(76,141,187); }

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