#48276E

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

Shades of Blue Diamond #48276E

Tints of Blue Diamond #48276E

Color information

#48276E (or 0x48276E) is unknown color: approx Blue Diamond. HEX triplet: 48, 27 and 6E. RGB value is (72,39,110). Sum of RGB (Red+Green+Blue) = 72+39+110=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 110 (43.36% from 255 or 49.77% from 221); Max value from RGB is 110 - color contains mainly: blue. Hex color #48276E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48276E is #B7D891. Grayscale: #383838. Windows color (decimal): -12048530 or 7219016. OLE color: 7219016.

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

Color convert

RGB7239110-
CMYK0.350.6500.57
HSL267.89º47.65%29.22%-
HSV(B)267.89º64.55%43.14%-
XYZ6.213.9515.19-
YUV56.96157.93138.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.58%
GREEN value IS 39 (15.62% from 255) = 17.65%
BLUE value IS 110 (43.36% from 255) = 49.77%
R=32.58%
G=17.65%
B=49.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72391100.350.6500.57267.8947.6529.22
Hex48276E234103910c301d
Octal11047156431010714146035
Binary100100010011111011101000111000001011100110000110011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48276E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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