#4C236B

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

Shades of Blue Diamond #4C236B

Tints of Blue Diamond #4C236B

Color information

#4C236B (or 0x4C236B) is unknown color: approx Blue Diamond. HEX triplet: 4C, 23 and 6B. RGB value is (76,35,107). Sum of RGB (Red+Green+Blue) = 76+35+107=218 (28% of max value = 765). Red value is 76 (30.08% from 255 or 34.86% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 107 (42.19% from 255 or 49.08% from 218); Max value from RGB is 107 - color contains mainly: blue. Hex color #4C236B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C236B is #B3DC94. Grayscale: #373737. Windows color (decimal): -11787413 or 7021388. OLE color: 7021388.

HSL color Cylindrical-coordinate representation of color #4C236B: hue angle of 274.17º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C236B is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7635107-
CMYK0.290.6700.58
HSL274.17º50.7%27.84%-
HSV(B)274.17º67.29%41.96%-
XYZ6.243.814.31-
YUV55.47157.08142.65-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.86%
GREEN value IS 35 (14.06% from 255) = 16.06%
BLUE value IS 107 (42.19% from 255) = 49.08%
R=34.86%
G=16.06%
B=49.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal76351070.290.6700.58274.1750.727.84
Hex4C236B1D4303A112331c
Octal11443153351030724226334
Binary10011001000111101011111011000011011101010001001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C236B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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