#4C256C

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

Shades of Blue Diamond #4C256C

Tints of Blue Diamond #4C256C

Color information

#4C256C (or 0x4C256C) is unknown color: approx Blue Diamond. HEX triplet: 4C, 25 and 6C. RGB value is (76,37,108). Sum of RGB (Red+Green+Blue) = 76+37+108=221 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.39% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #4C256C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C256C is #B3DA93. Grayscale: #383838. Windows color (decimal): -11786900 or 7087436. OLE color: 7087436.

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

Color convert

RGB7637108-
CMYK0.300.6600.58
HSL272.96º48.97%28.43%-
HSV(B)272.96º65.74%42.35%-
XYZ6.353.9414.61-
YUV56.76156.92141.73-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.39%
GREEN value IS 37 (14.84% from 255) = 16.74%
BLUE value IS 108 (42.58% from 255) = 48.87%
R=34.39%
G=16.74%
B=48.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal76371080.300.6600.58272.9648.9728.43
Hex4C256C1E4203A111311c
Octal11445154361020724216134
Binary10011001001011101100111101000010011101010001000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C256C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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