#4C3D88

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

Shades of Blue Gem #4C3D88

Tints of Blue Gem #4C3D88

Color information

#4C3D88 (or 0x4C3D88) is unknown color: approx Blue Gem. HEX triplet: 4C, 3D and 88. RGB value is (76,61,136). Sum of RGB (Red+Green+Blue) = 76+61+136=273 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.84% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #4C3D88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3D88 is #B3C277. Grayscale: #494949. Windows color (decimal): -11780728 or 8928588. OLE color: 8928588.

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

Color convert

RGB7661136-
CMYK0.440.5500.47
HSL252º38.07%38.63%-
HSV(B)252º55.15%53.33%-
XYZ9.096.6524.1-
YUV74.04162.97129.4-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.84%
GREEN value IS 61 (24.22% from 255) = 22.34%
BLUE value IS 136 (53.52% from 255) = 49.82%
R=27.84%
G=22.34%
B=49.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal76611360.440.5500.4725238.0738.63
Hex4C3D882C3702Ffc2627
Octal1147521054670573744647
Binary100110011110110001000101100110111010111111111100100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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