#48156E

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

Shades of Blue Diamond #48156E

Tints of Blue Diamond #48156E

Color information

#48156E (or 0x48156E) is unknown color: approx Blue Diamond. HEX triplet: 48, 15 and 6E. RGB value is (72,21,110). Sum of RGB (Red+Green+Blue) = 72+21+110=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 110 (43.36% from 255 or 54.19% from 203); Max value from RGB is 110 - color contains mainly: blue. Hex color #48156E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48156E is #B7EA91. Grayscale: #2E2E2E. Windows color (decimal): -12053138 or 7214408. OLE color: 7214408.

HSL color Cylindrical-coordinate representation of color #48156E: hue angle of 274.38º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #48156E is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7221110-
CMYK0.350.8100.57
HSL274.38º67.94%25.69%-
HSV(B)274.38º80.91%43.14%-
XYZ5.763.0415.04-
YUV46.4163.9146.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.47%
GREEN value IS 21 (8.59% from 255) = 10.34%
BLUE value IS 110 (43.36% from 255) = 54.19%
R=35.47%
G=10.34%
B=54.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72211100.350.8100.57274.3867.9425.69
Hex48156E2351039112441a
Octal110251564312107142210432
Binary100100010101110111010001110100010111001100010010100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48156E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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