#4C2469

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

Shades of Blue Diamond #4C2469

Tints of Blue Diamond #4C2469

Color information

#4C2469 (or 0x4C2469) is unknown color: approx Blue Diamond. HEX triplet: 4C, 24 and 69. RGB value is (76,36,105). Sum of RGB (Red+Green+Blue) = 76+36+105=217 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.02% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 105 (41.41% from 255 or 48.39% from 217); Max value from RGB is 105 - color contains mainly: blue. Hex color #4C2469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2469 is #B3DB96. Grayscale: #373737. Windows color (decimal): -11787159 or 6890572. OLE color: 6890572.

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

Color convert

RGB7636105-
CMYK0.280.6600.59
HSL274.78º48.94%27.65%-
HSV(B)274.78º65.71%41.18%-
XYZ6.163.8213.78-
YUV55.83155.75142.39-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.02%
GREEN value IS 36 (14.45% from 255) = 16.59%
BLUE value IS 105 (41.41% from 255) = 48.39%
R=35.02%
G=16.59%
B=48.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal76361050.280.6600.59274.7848.9427.65
Hex4C24691C4203B113311c
Octal11444151341020734236134
Binary10011001001001101001111001000010011101110001001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,36,105); }

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

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

 a { background-color: rgb(76,36,105); }

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

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

 span { border-color: rgb(76,36,105); }

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