#482969

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

Shades of Blue Diamond #482969

Tints of Blue Diamond #482969

Color information

#482969 (or 0x482969) is unknown color: approx Blue Diamond. HEX triplet: 48, 29 and 69. RGB value is (72,41,105). Sum of RGB (Red+Green+Blue) = 72+41+105=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 105 - color contains mainly: blue. Hex color #482969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482969 is #B7D696. Grayscale: #393939. Windows color (decimal): -12048023 or 6891848. OLE color: 6891848.

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

Color convert

RGB7241105-
CMYK0.310.6100.59
HSL269.06º43.84%28.63%-
HSV(B)269.06º60.95%41.18%-
XYZ6.023.9813.82-
YUV57.56154.77138.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.03%
GREEN value IS 41 (16.41% from 255) = 18.81%
BLUE value IS 105 (41.41% from 255) = 48.17%
R=33.03%
G=18.81%
B=48.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72411050.310.6100.59269.0643.8428.63
Hex4829691F3D03B10d2c1d
Octal1105115137750734155435
Binary1001000101001110100111111111101011101110000110110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482969; }

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

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

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

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

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

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

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

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