#482770

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

Shades of Blue Diamond #482770

Tints of Blue Diamond #482770

Color information

#482770 (or 0x482770) is unknown color: approx Blue Diamond. HEX triplet: 48, 27 and 70. RGB value is (72,39,112). Sum of RGB (Red+Green+Blue) = 72+39+112=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #482770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482770 is #B7D88F. Grayscale: #383838. Windows color (decimal): -12048528 or 7350088. OLE color: 7350088.

HSL color Cylindrical-coordinate representation of color #482770: hue angle of 267.12º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #482770 is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7239112-
CMYK0.360.6500.56
HSL267.12º48.34%29.61%-
HSV(B)267.12º65.18%43.92%-
XYZ6.32415.77-
YUV57.19158.93138.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.29%
GREEN value IS 39 (15.62% from 255) = 17.49%
BLUE value IS 112 (44.14% from 255) = 50.22%
R=32.29%
G=17.49%
B=50.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72391120.360.6500.56267.1248.3429.61
Hex482770244103810b301e
Octal11047160441010704136036
Binary100100010011111100001001001000001011100010000101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482770; }

 p { color: rgb(72,39,112); }

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

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

 a { background-color: rgb(72,39,112); }

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

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

 span { border-color: rgb(72,39,112); }

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