#482475

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

Shades of Blue Diamond #482475

Tints of Blue Diamond #482475

Color information

#482475 (or 0x482475) is unknown color: approx Blue Diamond. HEX triplet: 48, 24 and 75. RGB value is (72,36,117). Sum of RGB (Red+Green+Blue) = 72+36+117=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #482475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482475 is #B7DB8A. Grayscale: #373737. Windows color (decimal): -12049291 or 7677000. OLE color: 7677000.

HSL color Cylindrical-coordinate representation of color #482475: hue angle of 266.67º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #482475 is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7236117-
CMYK0.380.6900.54
HSL266.67º52.94%30%-
HSV(B)266.67º69.23%45.88%-
XYZ6.513.9217.24-
YUV56162.43139.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32%
GREEN value IS 36 (14.45% from 255) = 16%
BLUE value IS 117 (46.09% from 255) = 52%
R=32%
G=16%
B=52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72361170.380.6900.54266.6752.9430
Hex482475264503610b351e
Octal11044165461050664136536
Binary100100010010011101011001101000101011011010000101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482475; }

 p { color: rgb(72,36,117); }

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

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

 a { background-color: rgb(72,36,117); }

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

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

 span { border-color: rgb(72,36,117); }

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