#4c3188

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

Shades of Blue Gem #4C3188

Tints of Blue Gem #4C3188

Color information

#4C3188 (or 0x4C3188) is unknown color: approx Blue Gem. HEX triplet: 4C, 31 and 88. RGB value is (76,49,136). Sum of RGB (Red+Green+Blue) = 76+49+136=261 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.12% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 136 (53.52% from 255 or 52.11% from 261); Max value from RGB is 136 - color contains mainly: blue. Hex color #4C3188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3188 is #B3CE77. Grayscale: #424242. Windows color (decimal): -11783800 or 8925516. OLE color: 8925516.

HSL color Cylindrical-coordinate representation of color #4C3188: hue angle of 258.62º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C3188 is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7649136-
CMYK0.440.6400.47
HSL258.62º47.03%36.27%-
HSV(B)258.62º63.97%53.33%-
XYZ8.525.5123.91-
YUV66.99166.95134.43-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.12%
GREEN value IS 49 (19.53% from 255) = 18.77%
BLUE value IS 136 (53.52% from 255) = 52.11%
R=29.12%
G=18.77%
B=52.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal76491360.440.6400.47258.6247.0336.27
Hex4C31882C4002F1032f24
Octal11461210541000574035744
Binary10011001100011000100010110010000000101111100000011101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c3188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,49,136); }

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

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

 a { background-color: rgb(76,49,136); }

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

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

 span { border-color: rgb(76,49,136); }

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