#4C3469

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

Shades of Blue Diamond #4C3469

Tints of Blue Diamond #4C3469

Color information

#4C3469 (or 0x4C3469) is unknown color: approx Blue Diamond. HEX triplet: 4C, 34 and 69. RGB value is (76,52,105). Sum of RGB (Red+Green+Blue) = 76+52+105=233 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.62% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 105 - color contains mainly: blue. Hex color #4C3469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3469 is #B3CB96. Grayscale: #414141. Windows color (decimal): -11783063 or 6894668. OLE color: 6894668.

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

Color convert

RGB7652105-
CMYK0.280.5000.59
HSL267.17º33.76%30.78%-
HSV(B)267.17º50.48%41.18%-
XYZ6.765.0113.98-
YUV65.22150.45135.69-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.62%
GREEN value IS 52 (20.70% from 255) = 22.32%
BLUE value IS 105 (41.41% from 255) = 45.06%
R=32.62%
G=22.32%
B=45.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal76521050.280.5000.59267.1733.7630.78
Hex4C34691C3203B10b221f
Octal1146415134620734134237
Binary1001100110100110100111100110010011101110000101110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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