#4A2067

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

Shades of Blue Diamond #4A2067

Tints of Blue Diamond #4A2067

Color information

#4A2067 (or 0x4A2067) is unknown color: approx Blue Diamond. HEX triplet: 4A, 20 and 67. RGB value is (74,32,103). Sum of RGB (Red+Green+Blue) = 74+32+103=209 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.41% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 103 (40.62% from 255 or 49.28% from 209); Max value from RGB is 103 - color contains mainly: blue. Hex color #4A2067 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2067 is #B5DF98. Grayscale: #343434. Windows color (decimal): -11919257 or 6758474. OLE color: 6758474.

HSL color Cylindrical-coordinate representation of color #4A2067: hue angle of 275.49º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A2067 is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7432103-
CMYK0.280.6900.60
HSL275.49º52.59%26.47%-
HSV(B)275.49º68.93%40.39%-
XYZ5.793.4713.2-
YUV52.65156.41143.23-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.41%
GREEN value IS 32 (12.89% from 255) = 15.31%
BLUE value IS 103 (40.62% from 255) = 49.28%
R=35.41%
G=15.31%
B=49.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal74321030.280.6900.60275.4952.5926.47
Hex4A20671C4503C113351a
Octal11240147341050744236532
Binary10010101000001100111111001000101011110010001001111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,32,103); }

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

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

 a { background-color: rgb(74,32,103); }

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

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

 span { border-color: rgb(74,32,103); }

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