#482075

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

Shades of Blue Diamond #482075

Tints of Blue Diamond #482075

Color information

#482075 (or 0x482075) is unknown color: approx Blue Diamond. HEX triplet: 48, 20 and 75. RGB value is (72,32,117). Sum of RGB (Red+Green+Blue) = 72+32+117=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #482075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482075 is #B7DF8A. Grayscale: #353535. Windows color (decimal): -12050315 or 7675976. OLE color: 7675976.

HSL color Cylindrical-coordinate representation of color #482075: hue angle of 268.24º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #482075 is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7232117-
CMYK0.380.7300.54
HSL268.24º57.05%29.22%-
HSV(B)268.24º72.65%45.88%-
XYZ6.43.717.21-
YUV53.65163.75141.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.58%
GREEN value IS 32 (12.89% from 255) = 14.48%
BLUE value IS 117 (46.09% from 255) = 52.94%
R=32.58%
G=14.48%
B=52.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72321170.380.7300.54268.2457.0529.22
Hex482075264903610c391d
Octal11040165461110664147135
Binary100100010000011101011001101001001011011010000110011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482075; }

 p { color: rgb(72,32,117); }

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

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

 a { background-color: rgb(72,32,117); }

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

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

 span { border-color: rgb(72,32,117); }

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