#482468

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

Shades of Blue Diamond #482468

Tints of Blue Diamond #482468

Color information

#482468 (or 0x482468) is unknown color: approx Blue Diamond. HEX triplet: 48, 24 and 68. RGB value is (72,36,104). Sum of RGB (Red+Green+Blue) = 72+36+104=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 104 (41.02% from 255 or 49.06% from 212); Max value from RGB is 104 - color contains mainly: blue. Hex color #482468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482468 is #B7DB97. Grayscale: #363636. Windows color (decimal): -12049304 or 6825032. OLE color: 6825032.

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

Color convert

RGB7236104-
CMYK0.310.6500.59
HSL271.76º48.57%27.45%-
HSV(B)271.76º65.38%40.78%-
XYZ5.83.6413.49-
YUV54.52155.93140.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.96%
GREEN value IS 36 (14.45% from 255) = 16.98%
BLUE value IS 104 (41.02% from 255) = 49.06%
R=33.96%
G=16.98%
B=49.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72361040.310.6500.59271.7648.5727.45
Hex4824681F4103B110311b
Octal11044150371010734206133
Binary10010001001001101000111111000001011101110001000011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482468; }

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

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

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

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

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

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

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

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