#48156A

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

Shades of Blue Diamond #48156A

Tints of Blue Diamond #48156A

Color information

#48156A (or 0x48156A) is unknown color: approx Blue Diamond. HEX triplet: 48, 15 and 6A. RGB value is (72,21,106). Sum of RGB (Red+Green+Blue) = 72+21+106=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 106 (41.80% from 255 or 53.27% from 199); Max value from RGB is 106 - color contains mainly: blue. Hex color #48156A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48156A is #B7EA95. Grayscale: #2D2D2D. Windows color (decimal): -12053142 or 6952264. OLE color: 6952264.

HSL color Cylindrical-coordinate representation of color #48156A: hue angle of 276º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #48156A is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7221106-
CMYK0.320.8000.58
HSL276º66.93%24.9%-
HSV(B)276º80.19%41.57%-
XYZ5.542.9513.91-
YUV45.94161.9146.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.18%
GREEN value IS 21 (8.59% from 255) = 10.55%
BLUE value IS 106 (41.80% from 255) = 53.27%
R=36.18%
G=10.55%
B=53.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72211060.320.8000.5827666.9324.9
Hex48156A205003A1144319
Octal110251524012007242410331
Binary100100010101110101010000010100000111010100010100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48156A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48156A; }

 p { color: rgb(72,21,106); }

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

<style>
 a { background-color: #48156A; }

 a { background-color: rgb(72,21,106); }

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

<style>
 span { border-color: #48156A; }

 span { border-color: rgb(72,21,106); }

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