#4A246C

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

Shades of Blue Diamond #4A246C

Tints of Blue Diamond #4A246C

Color information

#4A246C (or 0x4A246C) is unknown color: approx Blue Diamond. HEX triplet: 4A, 24 and 6C. RGB value is (74,36,108). Sum of RGB (Red+Green+Blue) = 74+36+108=218 (28% of max value = 765). Red value is 74 (29.30% from 255 or 33.94% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: blue. Hex color #4A246C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A246C is #B5DB93. Grayscale: #373737. Windows color (decimal): -11918228 or 7087178. OLE color: 7087178.

HSL color Cylindrical-coordinate representation of color #4A246C: hue angle of 271.67º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A246C is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7436108-
CMYK0.310.6700.58
HSL271.67º50%28.24%-
HSV(B)271.67º66.67%42.35%-
XYZ6.163.814.6-
YUV55.57157.59141.15-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.94%
GREEN value IS 36 (14.45% from 255) = 16.51%
BLUE value IS 108 (42.58% from 255) = 49.54%
R=33.94%
G=16.51%
B=49.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal74361080.310.6700.58271.675028.24
Hex4A246C1F4303A110321c
Octal11244154371030724206234
Binary10010101001001101100111111000011011101010001000011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A246C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,36,108); }

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

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

 a { background-color: rgb(74,36,108); }

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

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

 span { border-color: rgb(74,36,108); }

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