#4C237C

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

Shades of Blue Diamond #4C237C

Tints of Blue Diamond #4C237C

Color information

#4C237C (or 0x4C237C) is unknown color: approx Blue Diamond. HEX triplet: 4C, 23 and 7C. RGB value is (76,35,124). Sum of RGB (Red+Green+Blue) = 76+35+124=235 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.34% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 124 (48.83% from 255 or 52.77% from 235); Max value from RGB is 124 - color contains mainly: blue. Hex color #4C237C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C237C is #B3DC83. Grayscale: #393939. Windows color (decimal): -11787396 or 8135500. OLE color: 8135500.

HSL color Cylindrical-coordinate representation of color #4C237C: hue angle of 267.64º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C237C is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7635124-
CMYK0.390.7200.51
HSL267.64º55.97%31.18%-
HSV(B)267.64º71.77%48.63%-
XYZ7.224.1919.5-
YUV57.4165.58141.26-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.34%
GREEN value IS 35 (14.06% from 255) = 14.89%
BLUE value IS 124 (48.83% from 255) = 52.77%
R=32.34%
G=14.89%
B=52.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal76351240.390.7200.51267.6455.9731.18
Hex4C237C274803310c381f
Octal11443174471100634147037
Binary100110010001111111001001111001000011001110000110011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C237C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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