#48316E

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

Shades of Blue Diamond #48316E

Tints of Blue Diamond #48316E

Color information

#48316E (or 0x48316E) is unknown color: approx Blue Diamond. HEX triplet: 48, 31 and 6E. RGB value is (72,49,110). Sum of RGB (Red+Green+Blue) = 72+49+110=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 110 (43.36% from 255 or 47.62% from 231); Max value from RGB is 110 - color contains mainly: blue. Hex color #48316E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48316E is #B7CE91. Grayscale: #3E3E3E. Windows color (decimal): -12045970 or 7221576. OLE color: 7221576.

HSL color Cylindrical-coordinate representation of color #48316E: hue angle of 262.62º 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 #48316E is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7249110-
CMYK0.350.5500.57
HSL262.62º38.36%31.18%-
HSV(B)262.62º55.45%43.14%-
XYZ6.594.715.31-
YUV62.83154.62134.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.17%
GREEN value IS 49 (19.53% from 255) = 21.21%
BLUE value IS 110 (43.36% from 255) = 47.62%
R=31.17%
G=21.21%
B=47.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72491100.350.5500.57262.6238.3631.18
Hex48316E2337039107261f
Octal1106115643670714074637
Binary10010001100011101110100011110111011100110000011110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48316E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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