#4C1876

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

Shades of Blue Diamond #4C1876

Tints of Blue Diamond #4C1876

Color information

#4C1876 (or 0x4C1876) is unknown color: approx Blue Diamond. HEX triplet: 4C, 18 and 76. RGB value is (76,24,118). Sum of RGB (Red+Green+Blue) = 76+24+118=218 (28% of max value = 765). Red value is 76 (30.08% from 255 or 34.86% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #4C1876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1876 is #B3E789. Grayscale: #313131. Windows color (decimal): -11790218 or 7739468. OLE color: 7739468.

HSL color Cylindrical-coordinate representation of color #4C1876: hue angle of 273.19º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C1876 is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7624118-
CMYK0.360.8000.54
HSL273.19º66.2%27.84%-
HSV(B)273.19º79.66%46.27%-
XYZ6.583.517.47-
YUV50.26166.23146.36-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.86%
GREEN value IS 24 (9.77% from 255) = 11.01%
BLUE value IS 118 (46.48% from 255) = 54.13%
R=34.86%
G=11.01%
B=54.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal76241180.360.8000.54273.1966.227.84
Hex4C18762450036111421c
Octal114301664412006642110234
Binary100110011000111011010010010100000110110100010001100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,24,118); }

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

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

 a { background-color: rgb(76,24,118); }

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

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

 span { border-color: rgb(76,24,118); }

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