#4A1876

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

Shades of Blue Diamond #4A1876

Tints of Blue Diamond #4A1876

Color information

#4A1876 (or 0x4A1876) is unknown color: approx Blue Diamond. HEX triplet: 4A, 18 and 76. RGB value is (74,24,118). Sum of RGB (Red+Green+Blue) = 74+24+118=216 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.26% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #4A1876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1876 is #B5E789. Grayscale: #313131. Windows color (decimal): -11921290 or 7739466. OLE color: 7739466.

HSL color Cylindrical-coordinate representation of color #4A1876: hue angle of 271.91º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A1876 is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7424118-
CMYK0.370.8000.54
HSL271.91º66.2%27.84%-
HSV(B)271.91º79.66%46.27%-
XYZ6.423.4217.46-
YUV49.67166.56145.36-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.26%
GREEN value IS 24 (9.77% from 255) = 11.11%
BLUE value IS 118 (46.48% from 255) = 54.63%
R=34.26%
G=11.11%
B=54.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal74241180.370.8000.54271.9166.227.84
Hex4A18762550036110421c
Octal112301664512006642010234
Binary100101011000111011010010110100000110110100010000100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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