#4C2695

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

Shades of Blue Gem #4C2695

Tints of Blue Gem #4C2695

Color information

#4C2695 (or 0x4C2695) is unknown color: approx Blue Gem. HEX triplet: 4C, 26 and 95. RGB value is (76,38,149). Sum of RGB (Red+Green+Blue) = 76+38+149=263 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.90% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 149 (58.59% from 255 or 56.65% from 263); Max value from RGB is 149 - color contains mainly: blue. Hex color #4C2695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2695 is #B3D96A. Grayscale: #3D3D3D. Windows color (decimal): -11786603 or 9774668. OLE color: 9774668.

HSL color Cylindrical-coordinate representation of color #4C2695: hue angle of 260.54º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C2695 is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7638149-
CMYK0.490.7400.42
HSL260.54º59.36%36.67%-
HSV(B)260.54º74.5%58.43%-
XYZ9.15.0928.94-
YUV62.02177.09137.97-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.90%
GREEN value IS 38 (15.23% from 255) = 14.45%
BLUE value IS 149 (58.59% from 255) = 56.65%
R=28.90%
G=14.45%
B=56.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal76381490.490.7400.42260.5459.3636.67
Hex4C2695314A02A1053b25
Octal11446225611120524057345
Binary10011001001101001010111000110010100101010100000101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,38,149); }

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

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

 a { background-color: rgb(76,38,149); }

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

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

 span { border-color: rgb(76,38,149); }

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