#482664

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

Shades of Blue Diamond #482664

Tints of Blue Diamond #482664

Color information

#482664 (or 0x482664) is unknown color: approx Blue Diamond. HEX triplet: 48, 26 and 64. RGB value is (72,38,100). Sum of RGB (Red+Green+Blue) = 72+38+100=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 100 (39.45% from 255 or 47.62% from 210); Max value from RGB is 100 - color contains mainly: blue. Hex color #482664 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482664 is #B7D99B. Grayscale: #373737. Windows color (decimal): -12048796 or 6563400. OLE color: 6563400.

HSL color Cylindrical-coordinate representation of color #482664: hue angle of 272.9º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #482664 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB7238100-
CMYK0.280.6200.61
HSL272.9º44.93%27.06%-
HSV(B)272.9º62%39.22%-
XYZ5.673.6812.47-
YUV55.23153.26139.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.29%
GREEN value IS 38 (15.23% from 255) = 18.10%
BLUE value IS 100 (39.45% from 255) = 47.62%
R=34.29%
G=18.10%
B=47.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal72381000.280.6200.61272.944.9327.06
Hex4826641C3E03D1112d1b
Octal1104614434760754215533
Binary1001000100110110010011100111110011110110001000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482664; }

 p { color: rgb(72,38,100); }

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

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

 a { background-color: rgb(72,38,100); }

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

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

 span { border-color: rgb(72,38,100); }

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