#48156F

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

Shades of Blue Diamond #48156F

Tints of Blue Diamond #48156F

Color information

#48156F (or 0x48156F) is unknown color: approx Blue Diamond. HEX triplet: 48, 15 and 6F. RGB value is (72,21,111). Sum of RGB (Red+Green+Blue) = 72+21+111=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 111 (43.75% from 255 or 54.41% from 204); Max value from RGB is 111 - color contains mainly: blue. Hex color #48156F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48156F is #B7EA90. Grayscale: #2E2E2E. Windows color (decimal): -12053137 or 7279944. OLE color: 7279944.

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

Color convert

RGB7221111-
CMYK0.350.8100.56
HSL274º68.18%25.88%-
HSV(B)274º81.08%43.53%-
XYZ5.813.0615.32-
YUV46.51164.4146.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.29%
GREEN value IS 21 (8.59% from 255) = 10.29%
BLUE value IS 111 (43.75% from 255) = 54.41%
R=35.29%
G=10.29%
B=54.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72211110.350.8100.5627468.1825.88
Hex48156F2351038112441a
Octal110251574312107042210432
Binary100100010101110111110001110100010111000100010010100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48156F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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