#4C8BBA

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

Shades of Steel Blue #4C8BBA

Tints of Steel Blue #4C8BBA

Color information

#4C8BBA (or 0x4C8BBA) is unknown color: approx Steel Blue. HEX triplet: 4C, 8B and BA. RGB value is (76,139,186). Sum of RGB (Red+Green+Blue) = 76+139+186=401 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.95% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C8BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C8BBA is #B37445. Grayscale: #7D7D7D. Windows color (decimal): -11760710 or 12225356. OLE color: 12225356.

HSL color Cylindrical-coordinate representation of color #4C8BBA: hue angle of 205.64º 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 #4C8BBA is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB76139186-
CMYK0.590.2500.27
HSL205.64º44.35%51.37%-
HSV(B)205.64º59.14%72.94%-
XYZ21.0823.5549.89-
YUV125.52162.1392.68-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.95%
GREEN value IS 139 (54.69% from 255) = 34.66%
BLUE value IS 186 (73.05% from 255) = 46.38%
R=18.95%
G=34.66%
B=46.38%

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
Decimal761391860.590.2500.27205.6444.3551.37
Hex4C8BBA3B1901Bce2c33
Octal11421327273310333165463
Binary100110010001011101110101110111100101101111001110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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