#4B1772

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

Shades of Blue Diamond #4B1772

Tints of Blue Diamond #4B1772

Color information

#4B1772 (or 0x4B1772) is unknown color: approx Blue Diamond. HEX triplet: 4B, 17 and 72. RGB value is (75,23,114). Sum of RGB (Red+Green+Blue) = 75+23+114=212 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.38% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 114 (44.92% from 255 or 53.77% from 212); Max value from RGB is 114 - color contains mainly: blue. Hex color #4B1772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1772 is #B4E88D. Grayscale: #303030. Windows color (decimal): -11856014 or 7477067. OLE color: 7477067.

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

Color convert

RGB7523114-
CMYK0.340.8000.55
HSL274.29º66.42%26.86%-
HSV(B)274.29º79.82%44.71%-
XYZ6.253.3216.23-
YUV48.92164.73146.6-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.38%
GREEN value IS 23 (9.38% from 255) = 10.85%
BLUE value IS 114 (44.92% from 255) = 53.77%
R=35.38%
G=10.85%
B=53.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75231140.340.8000.55274.2966.4226.86
Hex4B17722250037112421b
Octal113271624212006742210233
Binary100101110111111001010001010100000110111100010010100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,23,114); }

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

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

 a { background-color: rgb(75,23,114); }

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

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

 span { border-color: rgb(75,23,114); }

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