#4C3882

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

Shades of Blue Gem #4C3882

Tints of Blue Gem #4C3882

Color information

#4C3882 (or 0x4C3882) is unknown color: approx Blue Gem. HEX triplet: 4C, 38 and 82. RGB value is (76,56,130). Sum of RGB (Red+Green+Blue) = 76+56+130=262 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.01% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 130 (51.17% from 255 or 49.62% from 262); Max value from RGB is 130 - color contains mainly: blue. Hex color #4C3882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3882 is #B3C77D. Grayscale: #464646. Windows color (decimal): -11782014 or 8534092. OLE color: 8534092.

HSL color Cylindrical-coordinate representation of color #4C3882: hue angle of 256.22º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C3882 is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7656130-
CMYK0.420.5700.49
HSL256.22º39.78%36.47%-
HSV(B)256.22º56.92%50.98%-
XYZ8.425.9821.83-
YUV70.42161.63131.98-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.01%
GREEN value IS 56 (22.27% from 255) = 21.37%
BLUE value IS 130 (51.17% from 255) = 49.62%
R=29.01%
G=21.37%
B=49.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal76561300.420.5700.49256.2239.7836.47
Hex4C38822A390311002824
Octal1147020252710614005044
Binary1001100111000100000101010101110010110001100000000101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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