#4C1673

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

Shades of Blue Diamond #4C1673

Tints of Blue Diamond #4C1673

Color information

#4C1673 (or 0x4C1673) is unknown color: approx Blue Diamond. HEX triplet: 4C, 16 and 73. RGB value is (76,22,115). Sum of RGB (Red+Green+Blue) = 76+22+115=213 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.68% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #4C1673 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1673 is #B3E98C. Grayscale: #303030. Windows color (decimal): -11790733 or 7542348. OLE color: 7542348.

HSL color Cylindrical-coordinate representation of color #4C1673: hue angle of 274.84º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4C1673 is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7622115-
CMYK0.340.8100.55
HSL274.84º67.88%26.86%-
HSV(B)274.84º80.87%45.1%-
XYZ6.363.3516.53-
YUV48.75165.39147.44-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.68%
GREEN value IS 22 (8.98% from 255) = 10.33%
BLUE value IS 115 (45.31% from 255) = 53.99%
R=35.68%
G=10.33%
B=53.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal76221150.340.8100.55274.8467.8826.86
Hex4C16732251037113441b
Octal114261634212106742310433
Binary100110010110111001110001010100010110111100010011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,22,115); }

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

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

 a { background-color: rgb(76,22,115); }

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

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

 span { border-color: rgb(76,22,115); }

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