#4A1C79

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

Shades of Blue Diamond #4A1C79

Tints of Blue Diamond #4A1C79

Color information

#4A1C79 (or 0x4A1C79) is unknown color: approx Blue Diamond. HEX triplet: 4A, 1C and 79. RGB value is (74,28,121). Sum of RGB (Red+Green+Blue) = 74+28+121=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 28 (11.33% from 255 or 12.56% from 223); Blue value is 121 (47.66% from 255 or 54.26% from 223); Max value from RGB is 121 - color contains mainly: blue. Hex color #4A1C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A1C79 is #B5E386. Grayscale: #343434. Windows color (decimal): -11920263 or 7937098. OLE color: 7937098.

HSL color Cylindrical-coordinate representation of color #4A1C79: hue angle of 269.68º 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 #4A1C79 is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7428121-
CMYK0.390.7700.53
HSL269.68º62.42%29.22%-
HSV(B)269.68º76.86%47.45%-
XYZ6.693.6718.44-
YUV52.36166.74143.44-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.18%
GREEN value IS 28 (11.33% from 255) = 12.56%
BLUE value IS 121 (47.66% from 255) = 54.26%
R=33.18%
G=12.56%
B=54.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal74281210.390.7700.53269.6862.4229.22
Hex4A1C79274D03510e3e1d
Octal11234171471150654167635
Binary10010101110011110011001111001101011010110000111011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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