#4C82BB

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

Shades of Steel Blue #4C82BB

Tints of Steel Blue #4C82BB

Color information

#4C82BB (or 0x4C82BB) is unknown color: approx Steel Blue. HEX triplet: 4C, 82 and BB. RGB value is (76,130,187). Sum of RGB (Red+Green+Blue) = 76+130+187=393 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.34% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #4C82BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C82BB is #B37D44. Grayscale: #787878. Windows color (decimal): -11763013 or 12288588. OLE color: 12288588.

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

Color convert

RGB76130187-
CMYK0.590.3000.27
HSL210.81º44.94%51.57%-
HSV(B)210.81º59.36%73.33%-
XYZ19.9321.0950.03-
YUV120.35165.6196.37-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.34%
GREEN value IS 130 (51.17% from 255) = 33.08%
BLUE value IS 187 (73.44% from 255) = 47.58%
R=19.34%
G=33.08%
B=47.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal761301870.590.3000.27210.8144.9451.57
Hex4C82BB3B1E01Bd32d34
Octal11420227373360333235564
Binary100110010000010101110111110111111001101111010011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C82BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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