#4B1872

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

Shades of Blue Diamond #4B1872

Tints of Blue Diamond #4B1872

Color information

#4B1872 (or 0x4B1872) is unknown color: approx Blue Diamond. HEX triplet: 4B, 18 and 72. RGB value is (75,24,114). Sum of RGB (Red+Green+Blue) = 75+24+114=213 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.21% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #4B1872 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1872 is #B4E78D. Grayscale: #313131. Windows color (decimal): -11855758 or 7477323. OLE color: 7477323.

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

Color convert

RGB7524114-
CMYK0.340.7900.55
HSL274º65.22%27.06%-
HSV(B)274º78.95%44.71%-
XYZ6.273.3616.24-
YUV49.51164.4146.18-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.21%
GREEN value IS 24 (9.77% from 255) = 11.27%
BLUE value IS 114 (44.92% from 255) = 53.52%
R=35.21%
G=11.27%
B=53.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75241140.340.7900.5527465.2227.06
Hex4B1872224F037112411b
Octal113301624211706742210133
Binary100101111000111001010001010011110110111100010010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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