#48186E

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

Shades of Blue Diamond #48186E

Tints of Blue Diamond #48186E

Color information

#48186E (or 0x48186E) is unknown color: approx Blue Diamond. HEX triplet: 48, 18 and 6E. RGB value is (72,24,110). Sum of RGB (Red+Green+Blue) = 72+24+110=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 110 (43.36% from 255 or 53.40% from 206); Max value from RGB is 110 - color contains mainly: blue. Hex color #48186E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48186E is #B7E791. Grayscale: #2F2F2F. Windows color (decimal): -12052370 or 7215176. OLE color: 7215176.

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

Color convert

RGB7224110-
CMYK0.350.7800.57
HSL273.49º64.18%26.27%-
HSV(B)273.49º78.18%43.14%-
XYZ5.813.1615.05-
YUV48.16162.9145.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.95%
GREEN value IS 24 (9.77% from 255) = 11.65%
BLUE value IS 110 (43.36% from 255) = 53.40%
R=34.95%
G=11.65%
B=53.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72241100.350.7800.57273.4964.1826.27
Hex48186E234E039111401a
Octal110301564311607142110032
Binary100100011000110111010001110011100111001100010001100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48186E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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