#482472

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

Shades of Blue Diamond #482472

Tints of Blue Diamond #482472

Color information

#482472 (or 0x482472) is unknown color: approx Blue Diamond. HEX triplet: 48, 24 and 72. RGB value is (72,36,114). Sum of RGB (Red+Green+Blue) = 72+36+114=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #482472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482472 is #B7DB8D. Grayscale: #373737. Windows color (decimal): -12049294 or 7480392. OLE color: 7480392.

HSL color Cylindrical-coordinate representation of color #482472: hue angle of 267.69º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #482472 is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7236114-
CMYK0.370.6800.55
HSL267.69º52%29.41%-
HSV(B)267.69º68.42%44.71%-
XYZ6.343.8516.33-
YUV55.66160.93139.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.43%
GREEN value IS 36 (14.45% from 255) = 16.22%
BLUE value IS 114 (44.92% from 255) = 51.35%
R=32.43%
G=16.22%
B=51.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72361140.370.6800.55267.695229.41
Hex482472254403710c341d
Octal11044162451040674146435
Binary100100010010011100101001011000100011011110000110011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482472; }

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

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

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

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

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

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

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

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