#4A1872

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

Shades of Blue Diamond #4A1872

Tints of Blue Diamond #4A1872

Color information

#4A1872 (or 0x4A1872) is unknown color: approx Blue Diamond. HEX triplet: 4A, 18 and 72. RGB value is (74,24,114). Sum of RGB (Red+Green+Blue) = 74+24+114=212 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.91% from 212); Green value is 24 (9.77% from 255 or 11.32% 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 #4A1872 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1872 is #B5E78D. Grayscale: #303030. Windows color (decimal): -11921294 or 7477322. OLE color: 7477322.

HSL color Cylindrical-coordinate representation of color #4A1872: hue angle of 273.33º 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 #4A1872 is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7424114-
CMYK0.350.7900.55
HSL273.33º65.22%27.06%-
HSV(B)273.33º78.95%44.71%-
XYZ6.193.3216.24-
YUV49.21164.56145.68-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.91%
GREEN value IS 24 (9.77% from 255) = 11.32%
BLUE value IS 114 (44.92% from 255) = 53.77%
R=34.91%
G=11.32%
B=53.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal74241140.350.7900.55273.3365.2227.06
Hex4A1872234F037111411b
Octal112301624311706742110133
Binary100101011000111001010001110011110110111100010001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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