#482565

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

Shades of Blue Diamond #482565

Tints of Blue Diamond #482565

Color information

#482565 (or 0x482565) is unknown color: approx Blue Diamond. HEX triplet: 48, 25 and 65. RGB value is (72,37,101). Sum of RGB (Red+Green+Blue) = 72+37+101=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 101 - color contains mainly: blue. Hex color #482565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482565 is #B7DA9A. Grayscale: #363636. Windows color (decimal): -12049051 or 6628680. OLE color: 6628680.

HSL color Cylindrical-coordinate representation of color #482565: hue angle of 272.81º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #482565 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7237101-
CMYK0.290.6300.60
HSL272.81º46.38%27.06%-
HSV(B)272.81º63.37%39.61%-
XYZ5.683.6412.72-
YUV54.76154.1140.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.29%
GREEN value IS 37 (14.84% from 255) = 17.62%
BLUE value IS 101 (39.84% from 255) = 48.10%
R=34.29%
G=17.62%
B=48.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72371010.290.6300.60272.8146.3827.06
Hex4825651D3F03C1112e1b
Octal1104514535770744215633
Binary1001000100101110010111101111111011110010001000110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482565; }

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

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

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

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

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

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

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

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