#48316D

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

Shades of Blue Diamond #48316D

Tints of Blue Diamond #48316D

Color information

#48316D (or 0x48316D) is unknown color: approx Blue Diamond. HEX triplet: 48, 31 and 6D. RGB value is (72,49,109). Sum of RGB (Red+Green+Blue) = 72+49+109=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 109 (42.97% from 255 or 47.39% from 230); Max value from RGB is 109 - color contains mainly: blue. Hex color #48316D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48316D is #B7CE92. Grayscale: #3E3E3E. Windows color (decimal): -12045971 or 7156040. OLE color: 7156040.

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

Color convert

RGB7249109-
CMYK0.340.5500.57
HSL263º37.97%30.98%-
HSV(B)263º55.05%42.75%-
XYZ6.534.6815.03-
YUV62.72154.12134.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.30%
GREEN value IS 49 (19.53% from 255) = 21.30%
BLUE value IS 109 (42.97% from 255) = 47.39%
R=31.30%
G=21.30%
B=47.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72491090.340.5500.5726337.9730.98
Hex48316D2237039107261f
Octal1106115542670714074637
Binary10010001100011101101100010110111011100110000011110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48316D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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