#482576

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

Shades of Blue Diamond #482576

Tints of Blue Diamond #482576

Color information

#482576 (or 0x482576) is unknown color: approx Blue Diamond. HEX triplet: 48, 25 and 76. RGB value is (72,37,118). Sum of RGB (Red+Green+Blue) = 72+37+118=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #482576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482576 is #B7DA89. Grayscale: #383838. Windows color (decimal): -12049034 or 7742792. OLE color: 7742792.

HSL color Cylindrical-coordinate representation of color #482576: hue angle of 265.93º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #482576 is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7237118-
CMYK0.390.6900.54
HSL265.93º52.26%30.39%-
HSV(B)265.93º68.64%46.27%-
XYZ6.64.0117.57-
YUV56.7162.6138.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.72%
GREEN value IS 37 (14.84% from 255) = 16.30%
BLUE value IS 118 (46.48% from 255) = 51.98%
R=31.72%
G=16.30%
B=51.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72371180.390.6900.54265.9352.2630.39
Hex482576274503610a341e
Octal11045166471050664126436
Binary100100010010111101101001111000101011011010000101011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482576; }

 p { color: rgb(72,37,118); }

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

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

 a { background-color: rgb(72,37,118); }

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

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

 span { border-color: rgb(72,37,118); }

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