#48316C

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

Shades of Blue Diamond #48316C

Tints of Blue Diamond #48316C

Color information

#48316C (or 0x48316C) is unknown color: approx Blue Diamond. HEX triplet: 48, 31 and 6C. RGB value is (72,49,108). Sum of RGB (Red+Green+Blue) = 72+49+108=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 108 - color contains mainly: blue. Hex color #48316C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48316C is #B7CE93. Grayscale: #3E3E3E. Windows color (decimal): -12045972 or 7090504. OLE color: 7090504.

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

Color convert

RGB7249108-
CMYK0.330.5500.58
HSL263.39º37.58%30.78%-
HSV(B)263.39º54.63%42.35%-
XYZ6.484.6614.74-
YUV62.6153.62134.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.44%
GREEN value IS 49 (19.53% from 255) = 21.40%
BLUE value IS 108 (42.58% from 255) = 47.16%
R=31.44%
G=21.40%
B=47.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72491080.330.5500.58263.3937.5830.78
Hex48316C213703A107261f
Octal1106115441670724074637
Binary10010001100011101100100001110111011101010000011110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48316C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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