#4C369B

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

Shades of Blue Gem #4C369B

Tints of Blue Gem #4C369B

Color information

#4C369B (or 0x4C369B) is unknown color: approx Blue Gem. HEX triplet: 4C, 36 and 9B. RGB value is (76,54,155). Sum of RGB (Red+Green+Blue) = 76+54+155=285 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.67% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 155 (60.94% from 255 or 54.39% from 285); Max value from RGB is 155 - color contains mainly: blue. Hex color #4C369B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C369B is #B3C964. Grayscale: #474747. Windows color (decimal): -11782501 or 10171980. OLE color: 10171980.

HSL color Cylindrical-coordinate representation of color #4C369B: hue angle of 253.07º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C369B is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7654155-
CMYK0.510.6500.39
HSL253.07º48.33%40.98%-
HSV(B)253.07º65.16%60.78%-
XYZ10.226.5431.73-
YUV72.09174.79130.79-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.67%
GREEN value IS 54 (21.48% from 255) = 18.95%
BLUE value IS 155 (60.94% from 255) = 54.39%
R=26.67%
G=18.95%
B=54.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal76541550.510.6500.39253.0748.3340.98
Hex4C369B3341027fd3029
Octal11466233631010473756051
Binary1001100110110100110111100111000001010011111111101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C369B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,54,155); }

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

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

 a { background-color: rgb(76,54,155); }

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

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

 span { border-color: rgb(76,54,155); }

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