#4B1C79

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

Shades of Blue Diamond #4B1C79

Tints of Blue Diamond #4B1C79

Color information

#4B1C79 (or 0x4B1C79) is unknown color: approx Blue Diamond. HEX triplet: 4B, 1C and 79. RGB value is (75,28,121). Sum of RGB (Red+Green+Blue) = 75+28+121=224 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.48% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 121 (47.66% from 255 or 54.02% from 224); Max value from RGB is 121 - color contains mainly: blue. Hex color #4B1C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B1C79 is #B4E386. Grayscale: #343434. Windows color (decimal): -11854727 or 7937099. OLE color: 7937099.

HSL color Cylindrical-coordinate representation of color #4B1C79: hue angle of 270.32º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B1C79 is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7528121-
CMYK0.380.7700.53
HSL270.32º62.42%29.22%-
HSV(B)270.32º76.86%47.45%-
XYZ6.773.7118.45-
YUV52.66166.57143.94-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.48%
GREEN value IS 28 (11.33% from 255) = 12.5%
BLUE value IS 121 (47.66% from 255) = 54.02%
R=33.48%
G=12.5%
B=54.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75281210.380.7700.53270.3262.4229.22
Hex4B1C79264D03510e3e1d
Octal11334171461150654167635
Binary10010111110011110011001101001101011010110000111011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,28,121); }

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

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

 a { background-color: rgb(75,28,121); }

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

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

 span { border-color: rgb(75,28,121); }

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