#48166A

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

Shades of Blue Diamond #48166A

Tints of Blue Diamond #48166A

Color information

#48166A (or 0x48166A) is unknown color: approx Blue Diamond. HEX triplet: 48, 16 and 6A. RGB value is (72,22,106). Sum of RGB (Red+Green+Blue) = 72+22+106=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 106 (41.80% from 255 or 53% from 200); Max value from RGB is 106 - color contains mainly: blue. Hex color #48166A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48166A is #B7E995. Grayscale: #2E2E2E. Windows color (decimal): -12052886 or 6952520. OLE color: 6952520.

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

Color convert

RGB7222106-
CMYK0.320.7900.58
HSL275.71º65.62%25.1%-
HSV(B)275.71º79.25%41.57%-
XYZ5.562.9913.92-
YUV46.53161.56146.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36%
GREEN value IS 22 (8.98% from 255) = 11%
BLUE value IS 106 (41.80% from 255) = 53%
R=36%
G=11%
B=53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72221060.320.7900.58275.7165.6225.1
Hex48166A204F03A1144219
Octal110261524011707242410231
Binary100100010110110101010000010011110111010100010100100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48166A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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