#48206D

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

Shades of Blue Diamond #48206D

Tints of Blue Diamond #48206D

Color information

#48206D (or 0x48206D) is unknown color: approx Blue Diamond. HEX triplet: 48, 20 and 6D. RGB value is (72,32,109). Sum of RGB (Red+Green+Blue) = 72+32+109=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #48206D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48206D is #B7DF92. Grayscale: #343434. Windows color (decimal): -12050323 or 7151688. OLE color: 7151688.

HSL color Cylindrical-coordinate representation of color #48206D: hue angle of 271.17º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48206D is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7232109-
CMYK0.340.7100.57
HSL271.17º54.61%27.65%-
HSV(B)271.17º70.64%42.75%-
XYZ5.953.5114.83-
YUV52.74159.75141.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.80%
GREEN value IS 32 (12.89% from 255) = 15.02%
BLUE value IS 109 (42.97% from 255) = 51.17%
R=33.80%
G=15.02%
B=51.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72321090.340.7100.57271.1754.6127.65
Hex48206D224703910f371c
Octal11040155421070714176734
Binary100100010000011011011000101000111011100110000111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48206D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48206D; }

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

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

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

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

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

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

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

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