#4C256D

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

Shades of Blue Diamond #4C256D

Tints of Blue Diamond #4C256D

Color information

#4C256D (or 0x4C256D) is unknown color: approx Blue Diamond. HEX triplet: 4C, 25 and 6D. RGB value is (76,37,109). Sum of RGB (Red+Green+Blue) = 76+37+109=222 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.23% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #4C256D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C256D is #B3DA92. Grayscale: #383838. Windows color (decimal): -11786899 or 7152972. OLE color: 7152972.

HSL color Cylindrical-coordinate representation of color #4C256D: hue angle of 272.5º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C256D is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7637109-
CMYK0.300.6600.57
HSL272.5º49.32%28.63%-
HSV(B)272.5º66.06%42.75%-
XYZ6.43.9614.9-
YUV56.87157.42141.65-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.23%
GREEN value IS 37 (14.84% from 255) = 16.67%
BLUE value IS 109 (42.97% from 255) = 49.10%
R=34.23%
G=16.67%
B=49.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal76371090.300.6600.57272.549.3228.63
Hex4C256D1E42039110311d
Octal11445155361020714206135
Binary10011001001011101101111101000010011100110001000011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C256D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,37,109); }

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

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

 a { background-color: rgb(76,37,109); }

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

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

 span { border-color: rgb(76,37,109); }

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