#482575

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

Shades of Blue Diamond #482575

Tints of Blue Diamond #482575

Color information

#482575 (or 0x482575) is unknown color: approx Blue Diamond. HEX triplet: 48, 25 and 75. RGB value is (72,37,117). Sum of RGB (Red+Green+Blue) = 72+37+117=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #482575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482575 is #B7DA8A. Grayscale: #383838. Windows color (decimal): -12049035 or 7677256. OLE color: 7677256.

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

Color convert

RGB7237117-
CMYK0.380.6800.54
HSL266.25º51.95%30.2%-
HSV(B)266.25º68.38%45.88%-
XYZ6.543.9917.25-
YUV56.58162.1139-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.86%
GREEN value IS 37 (14.84% from 255) = 16.37%
BLUE value IS 117 (46.09% from 255) = 51.77%
R=31.86%
G=16.37%
B=51.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72371170.380.6800.54266.2551.9530.2
Hex482575264403610a341e
Octal11045165461040664126436
Binary100100010010111101011001101000100011011010000101011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482575; }

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

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

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

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

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

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

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

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