#4A2F63

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

Shades of Blue Diamond #4A2F63

Tints of Blue Diamond #4A2F63

Color information

#4A2F63 (or 0x4A2F63) is unknown color: approx Blue Diamond. HEX triplet: 4A, 2F and 63. RGB value is (74,47,99). Sum of RGB (Red+Green+Blue) = 74+47+99=220 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.64% from 220); Green value is 47 (18.75% from 255 or 21.36% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 99 - color contains mainly: blue. Hex color #4A2F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2F63 is #B5D09C. Grayscale: #3C3C3C. Windows color (decimal): -11915421 or 6500170. OLE color: 6500170.

HSL color Cylindrical-coordinate representation of color #4A2F63: hue angle of 271.15º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A2F63 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB744799-
CMYK0.250.5300.61
HSL271.15º35.62%28.63%-
HSV(B)271.15º52.53%38.82%-
XYZ6.094.3912.33-
YUV61149.45137.27-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.64%
GREEN value IS 47 (18.75% from 255) = 21.36%
BLUE value IS 99 (39.06% from 255) = 45%
R=33.64%
G=21.36%
B=45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7447990.250.5300.61271.1535.6228.63
Hex4A2F63193503D10f241d
Octal1125714331650754174435
Binary1001010101111110001111001110101011110110000111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,47,99); }

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

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

 a { background-color: rgb(74,47,99); }

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

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

 span { border-color: rgb(74,47,99); }

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