#4C156B

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

Shades of Blue Diamond #4C156B

Tints of Blue Diamond #4C156B

Color information

#4C156B (or 0x4C156B) is unknown color: approx Blue Diamond. HEX triplet: 4C, 15 and 6B. RGB value is (76,21,107). Sum of RGB (Red+Green+Blue) = 76+21+107=204 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.25% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 107 (42.19% from 255 or 52.45% from 204); Max value from RGB is 107 - color contains mainly: blue. Hex color #4C156B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C156B is #B3EA94. Grayscale: #2E2E2E. Windows color (decimal): -11790997 or 7017804. OLE color: 7017804.

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

Color convert

RGB7621107-
CMYK0.290.8000.58
HSL278.37º67.19%25.1%-
HSV(B)278.37º80.37%41.96%-
XYZ5.93.1314.2-
YUV47.25161.72148.51-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 37.25%
GREEN value IS 21 (8.59% from 255) = 10.29%
BLUE value IS 107 (42.19% from 255) = 52.45%
R=37.25%
G=10.29%
B=52.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal76211070.290.8000.58278.3767.1925.1
Hex4C156B1D5003A1164319
Octal114251533512007242610331
Binary10011001010111010111110110100000111010100010110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C156B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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