#48176A

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

Shades of Blue Diamond #48176A

Tints of Blue Diamond #48176A

Color information

#48176A (or 0x48176A) is unknown color: approx Blue Diamond. HEX triplet: 48, 17 and 6A. RGB value is (72,23,106). Sum of RGB (Red+Green+Blue) = 72+23+106=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 106 (41.80% from 255 or 52.74% from 201); Max value from RGB is 106 - color contains mainly: blue. Hex color #48176A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48176A is #B7E895. Grayscale: #2E2E2E. Windows color (decimal): -12052630 or 6952776. OLE color: 6952776.

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

Color convert

RGB7223106-
CMYK0.320.7800.58
HSL275.42º64.34%25.29%-
HSV(B)275.42º78.3%41.57%-
XYZ5.583.0313.93-
YUV47.11161.23145.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.82%
GREEN value IS 23 (9.38% from 255) = 11.44%
BLUE value IS 106 (41.80% from 255) = 52.74%
R=35.82%
G=11.44%
B=52.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72231060.320.7800.58275.4264.3425.29
Hex48176A204E03A1134019
Octal110271524011607242310031
Binary100100010111110101010000010011100111010100010011100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48176A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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