#4C3373

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

Shades of Blue Diamond #4C3373

Tints of Blue Diamond #4C3373

Color information

#4C3373 (or 0x4C3373) is unknown color: approx Blue Diamond. HEX triplet: 4C, 33 and 73. RGB value is (76,51,115). Sum of RGB (Red+Green+Blue) = 76+51+115=242 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.40% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 115 - color contains mainly: blue. Hex color #4C3373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3373 is #B3CC8C. Grayscale: #414141. Windows color (decimal): -11783309 or 7549772. OLE color: 7549772.

HSL color Cylindrical-coordinate representation of color #4C3373: hue angle of 263.44º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C3373 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7651115-
CMYK0.340.5600.55
HSL263.44º38.55%32.55%-
HSV(B)263.44º55.65%45.1%-
XYZ7.265.1416.83-
YUV65.77155.78135.3-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.40%
GREEN value IS 51 (20.31% from 255) = 21.07%
BLUE value IS 115 (45.31% from 255) = 47.52%
R=31.40%
G=21.07%
B=47.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal76511150.340.5600.55263.4438.5532.55
Hex4C337322380371072721
Octal1146316342700674074741
Binary100110011001111100111000101110000110111100000111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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