#4C2F9B

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

Shades of Blue Gem #4C2F9B

Tints of Blue Gem #4C2F9B

Color information

#4C2F9B (or 0x4C2F9B) is unknown color: approx Blue Gem. HEX triplet: 4C, 2F and 9B. RGB value is (76,47,155). Sum of RGB (Red+Green+Blue) = 76+47+155=278 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.34% from 278); Green value is 47 (18.75% from 255 or 16.91% from 278); Blue value is 155 (60.94% from 255 or 55.76% from 278); Max value from RGB is 155 - color contains mainly: blue. Hex color #4C2F9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2F9B is #B3D064. Grayscale: #434343. Windows color (decimal): -11784293 or 10170188. OLE color: 10170188.

HSL color Cylindrical-coordinate representation of color #4C2F9B: hue angle of 256.11º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C2F9B is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7647155-
CMYK0.510.7000.39
HSL256.11º53.47%39.61%-
HSV(B)256.11º69.68%60.78%-
XYZ9.915.9431.63-
YUV67.98177.11133.72-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.34%
GREEN value IS 47 (18.75% from 255) = 16.91%
BLUE value IS 155 (60.94% from 255) = 55.76%
R=27.34%
G=16.91%
B=55.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal76471550.510.7000.39256.1153.4739.61
Hex4C2F9B33460271003528
Octal11457233631060474006550
Binary10011001011111001101111001110001100100111100000000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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