#4C156C

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

Shades of Blue Diamond #4C156C

Tints of Blue Diamond #4C156C

Color information

#4C156C (or 0x4C156C) is unknown color: approx Blue Diamond. HEX triplet: 4C, 15 and 6C. RGB value is (76,21,108). Sum of RGB (Red+Green+Blue) = 76+21+108=205 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.07% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 108 (42.58% from 255 or 52.68% from 205); Max value from RGB is 108 - color contains mainly: blue. Hex color #4C156C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C156C is #B3EA93. Grayscale: #2F2F2F. Windows color (decimal): -11790996 or 7083340. OLE color: 7083340.

HSL color Cylindrical-coordinate representation of color #4C156C: hue angle of 277.93º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4C156C is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7621108-
CMYK0.300.8100.58
HSL277.93º67.44%25.29%-
HSV(B)277.93º80.56%42.35%-
XYZ5.963.1614.48-
YUV47.36162.22148.43-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 37.07%
GREEN value IS 21 (8.59% from 255) = 10.24%
BLUE value IS 108 (42.58% from 255) = 52.68%
R=37.07%
G=10.24%
B=52.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal76211080.300.8100.58277.9367.4425.29
Hex4C156C1E5103A1164319
Octal114251543612107242610331
Binary10011001010111011001111010100010111010100010110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C156C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,21,108); }

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

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

 a { background-color: rgb(76,21,108); }

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

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

 span { border-color: rgb(76,21,108); }

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