#4C3A88

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

Shades of Blue Gem #4C3A88

Tints of Blue Gem #4C3A88

Color information

#4C3A88 (or 0x4C3A88) is unknown color: approx Blue Gem. HEX triplet: 4C, 3A and 88. RGB value is (76,58,136). Sum of RGB (Red+Green+Blue) = 76+58+136=270 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.15% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 136 (53.52% from 255 or 50.37% from 270); Max value from RGB is 136 - color contains mainly: blue. Hex color #4C3A88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3A88 is #B3C577. Grayscale: #474747. Windows color (decimal): -11781496 or 8927820. OLE color: 8927820.

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

Color convert

RGB7658136-
CMYK0.440.5700.47
HSL253.85º40.21%38.04%-
HSV(B)253.85º57.35%53.33%-
XYZ8.946.3424.05-
YUV72.27163.96130.66-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.15%
GREEN value IS 58 (23.05% from 255) = 21.48%
BLUE value IS 136 (53.52% from 255) = 50.37%
R=28.15%
G=21.48%
B=50.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal76581360.440.5700.47253.8540.2138.04
Hex4C3A882C3902Ffe2826
Octal1147221054710573765046
Binary100110011101010001000101100111001010111111111110101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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