#4C2268

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

Shades of Blue Diamond #4C2268

Tints of Blue Diamond #4C2268

Color information

#4C2268 (or 0x4C2268) is unknown color: approx Blue Diamond. HEX triplet: 4C, 22 and 68. RGB value is (76,34,104). Sum of RGB (Red+Green+Blue) = 76+34+104=214 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.51% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 104 - color contains mainly: blue. Hex color #4C2268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2268 is #B3DD97. Grayscale: #363636. Windows color (decimal): -11787672 or 6824524. OLE color: 6824524.

HSL color Cylindrical-coordinate representation of color #4C2268: hue angle of 276º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C2268 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7634104-
CMYK0.270.6700.59
HSL276º50.72%27.06%-
HSV(B)276º67.31%40.78%-
XYZ6.053.6813.49-
YUV54.54155.91143.31-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.51%
GREEN value IS 34 (13.67% from 255) = 15.89%
BLUE value IS 104 (41.02% from 255) = 48.60%
R=35.51%
G=15.89%
B=48.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal76341040.270.6700.5927650.7227.06
Hex4C22681B4303B114331b
Octal11442150331030734246333
Binary10011001000101101000110111000011011101110001010011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,34,104); }

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

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

 a { background-color: rgb(76,34,104); }

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

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

 span { border-color: rgb(76,34,104); }

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