#483169

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

Shades of Blue Diamond #483169

Tints of Blue Diamond #483169

Color information

#483169 (or 0x483169) is unknown color: approx Blue Diamond. HEX triplet: 48, 31 and 69. RGB value is (72,49,105). Sum of RGB (Red+Green+Blue) = 72+49+105=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 105 - color contains mainly: blue. Hex color #483169 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483169 is #B7CE96. Grayscale: #3E3E3E. Windows color (decimal): -12045975 or 6893896. OLE color: 6893896.

HSL color Cylindrical-coordinate representation of color #483169: hue angle of 264.64º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #483169 is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7249105-
CMYK0.310.5300.59
HSL264.64º36.36%30.2%-
HSV(B)264.64º53.33%41.18%-
XYZ6.324.5913.92-
YUV62.26152.12134.95-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.86%
GREEN value IS 49 (19.53% from 255) = 21.68%
BLUE value IS 105 (41.41% from 255) = 46.46%
R=31.86%
G=21.68%
B=46.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72491050.310.5300.59264.6436.3630.2
Hex4831691F3503B109241e
Octal1106115137650734114436
Binary1001000110001110100111111110101011101110000100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483169; }

 p { color: rgb(72,49,105); }

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

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

 a { background-color: rgb(72,49,105); }

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

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

 span { border-color: rgb(72,49,105); }

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