#48216B

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

Shades of Blue Diamond #48216B

Tints of Blue Diamond #48216B

Color information

#48216B (or 0x48216B) is unknown color: approx Blue Diamond. HEX triplet: 48, 21 and 6B. RGB value is (72,33,107). Sum of RGB (Red+Green+Blue) = 72+33+107=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 107 (42.19% from 255 or 50.47% from 212); Max value from RGB is 107 - color contains mainly: blue. Hex color #48216B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48216B is #B7DE94. Grayscale: #343434. Windows color (decimal): -12050069 or 7020872. OLE color: 7020872.

HSL color Cylindrical-coordinate representation of color #48216B: hue angle of 271.62º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48216B is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7233107-
CMYK0.330.6900.58
HSL271.62º52.86%27.45%-
HSV(B)271.62º69.16%41.96%-
XYZ5.873.5314.28-
YUV53.1158.42141.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.96%
GREEN value IS 33 (13.28% from 255) = 15.57%
BLUE value IS 107 (42.19% from 255) = 50.47%
R=33.96%
G=15.57%
B=50.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72331070.330.6900.58271.6252.8627.45
Hex48216B214503A110351b
Octal11041153411050724206533
Binary100100010000111010111000011000101011101010001000011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48216B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48216B; }

 p { color: rgb(72,33,107); }

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

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

 a { background-color: rgb(72,33,107); }

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

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

 span { border-color: rgb(72,33,107); }

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