#4A176D

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

Shades of Blue Diamond #4A176D

Tints of Blue Diamond #4A176D

Color information

#4A176D (or 0x4A176D) is unknown color: approx Blue Diamond. HEX triplet: 4A, 17 and 6D. RGB value is (74,23,109). Sum of RGB (Red+Green+Blue) = 74+23+109=206 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.92% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #4A176D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A176D is #B5E892. Grayscale: #2F2F2F. Windows color (decimal): -11921555 or 7149386. OLE color: 7149386.

HSL color Cylindrical-coordinate representation of color #4A176D: hue angle of 275.58º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4A176D is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7423109-
CMYK0.320.7900.57
HSL275.58º65.15%25.88%-
HSV(B)275.58º78.9%42.75%-
XYZ5.893.1714.77-
YUV48.05162.4146.51-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.92%
GREEN value IS 23 (9.38% from 255) = 11.17%
BLUE value IS 109 (42.97% from 255) = 52.91%
R=35.92%
G=11.17%
B=52.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal74231090.320.7900.57275.5865.1525.88
Hex4A176D204F039114411a
Octal112271554011707142410132
Binary100101010111110110110000010011110111001100010100100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A176D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,23,109); }

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

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

 a { background-color: rgb(74,23,109); }

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

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

 span { border-color: rgb(74,23,109); }

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