#4C3363

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

Shades of Blue Diamond #4C3363

Tints of Blue Diamond #4C3363

Color information

#4C3363 (or 0x4C3363) is unknown color: approx Blue Diamond. HEX triplet: 4C, 33 and 63. RGB value is (76,51,99). Sum of RGB (Red+Green+Blue) = 76+51+99=226 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.63% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 99 - color contains mainly: blue. Hex color #4C3363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3363 is #B3CC9C. Grayscale: #3F3F3F. Windows color (decimal): -11783325 or 6501196. OLE color: 6501196.

HSL color Cylindrical-coordinate representation of color #4C3363: hue angle of 271.25º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C3363 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB765199-
CMYK0.230.4800.61
HSL271.25º32%29.41%-
HSV(B)271.25º48.48%38.82%-
XYZ6.424.8112.39-
YUV63.95147.78136.6-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.63%
GREEN value IS 51 (20.31% from 255) = 22.57%
BLUE value IS 99 (39.06% from 255) = 43.81%
R=33.63%
G=22.57%
B=43.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7651990.230.4800.61271.253229.41
Hex4C3363173003D10f201d
Octal1146314327600754174035
Binary1001100110011110001110111110000011110110000111110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,51,99); }

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

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

 a { background-color: rgb(76,51,99); }

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

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

 span { border-color: rgb(76,51,99); }

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