#482970

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

Shades of Blue Diamond #482970

Tints of Blue Diamond #482970

Color information

#482970 (or 0x482970) is unknown color: approx Blue Diamond. HEX triplet: 48, 29 and 70. RGB value is (72,41,112). Sum of RGB (Red+Green+Blue) = 72+41+112=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #482970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482970 is #B7D68F. Grayscale: #3A3A3A. Windows color (decimal): -12048016 or 7350600. OLE color: 7350600.

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

Color convert

RGB7241112-
CMYK0.360.6300.56
HSL266.2º46.41%30%-
HSV(B)266.2º63.39%43.92%-
XYZ6.394.1315.79-
YUV58.36158.27137.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32%
GREEN value IS 41 (16.41% from 255) = 18.22%
BLUE value IS 112 (44.14% from 255) = 49.78%
R=32%
G=18.22%
B=49.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72411120.360.6300.56266.246.4130
Hex482970243F03810a2e1e
Octal1105116044770704125636
Binary10010001010011110000100100111111011100010000101010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482970; }

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

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

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

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

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

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

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

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