#4C1973

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

Shades of Blue Diamond #4C1973

Tints of Blue Diamond #4C1973

Color information

#4C1973 (or 0x4C1973) is unknown color: approx Blue Diamond. HEX triplet: 4C, 19 and 73. RGB value is (76,25,115). Sum of RGB (Red+Green+Blue) = 76+25+115=216 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.19% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #4C1973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1973 is #B3E68C. Grayscale: #323232. Windows color (decimal): -11789965 or 7543116. OLE color: 7543116.

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

Color convert

RGB7625115-
CMYK0.340.7800.55
HSL274º64.29%27.45%-
HSV(B)274º78.26%45.1%-
XYZ6.423.4716.55-
YUV50.51164.4146.18-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.19%
GREEN value IS 25 (10.16% from 255) = 11.57%
BLUE value IS 115 (45.31% from 255) = 53.24%
R=35.19%
G=11.57%
B=53.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal76251150.340.7800.5527464.2927.45
Hex4C1973224E037112401b
Octal114311634211606742210033
Binary100110011001111001110001010011100110111100010010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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