#4C23A3

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

Shades of Blue Gem #4C23A3

Tints of Blue Gem #4C23A3

Color information

#4C23A3 (or 0x4C23A3) is unknown color: approx Blue Gem. HEX triplet: 4C, 23 and A3. RGB value is (76,35,163). Sum of RGB (Red+Green+Blue) = 76+35+163=274 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.74% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 163 (64.06% from 255 or 59.49% from 274); Max value from RGB is 163 - color contains mainly: blue. Hex color #4C23A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C23A3 is #B3DC5C. Grayscale: #3D3D3D. Windows color (decimal): -11787357 or 10691404. OLE color: 10691404.

HSL color Cylindrical-coordinate representation of color #4C23A3: hue angle of 259.22º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4C23A3 is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7635163-
CMYK0.530.7900.36
HSL259.22º64.65%38.82%-
HSV(B)259.22º78.53%63.92%-
XYZ10.195.3835.15-
YUV61.85185.08138.09-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.74%
GREEN value IS 35 (14.06% from 255) = 12.77%
BLUE value IS 163 (64.06% from 255) = 59.49%
R=27.74%
G=12.77%
B=59.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal76351630.530.7900.36259.2264.6538.82
Hex4C23A3354F0241034127
Octal114432436511704440310147
Binary100110010001110100011110101100111101001001000000111000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C23A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,35,163); }

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

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

 a { background-color: rgb(76,35,163); }

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

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

 span { border-color: rgb(76,35,163); }

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