#482775

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

Shades of Blue Diamond #482775

Tints of Blue Diamond #482775

Color information

#482775 (or 0x482775) is unknown color: approx Blue Diamond. HEX triplet: 48, 27 and 75. RGB value is (72,39,117). Sum of RGB (Red+Green+Blue) = 72+39+117=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #482775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482775 is #B7D88A. Grayscale: #393939. Windows color (decimal): -12048523 or 7677768. OLE color: 7677768.

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

Color convert

RGB7239117-
CMYK0.380.6700.54
HSL265.38º50%30.59%-
HSV(B)265.38º66.67%45.88%-
XYZ6.614.1117.28-
YUV57.76161.43138.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.58%
GREEN value IS 39 (15.62% from 255) = 17.11%
BLUE value IS 117 (46.09% from 255) = 51.32%
R=31.58%
G=17.11%
B=51.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72391170.380.6700.54265.385030.59
Hex4827752643036109321f
Octal11047165461030664116237
Binary100100010011111101011001101000011011011010000100111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482775; }

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

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

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

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

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

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

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

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