#48266E

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

Shades of Blue Diamond #48266E

Tints of Blue Diamond #48266E

Color information

#48266E (or 0x48266E) is unknown color: approx Blue Diamond. HEX triplet: 48, 26 and 6E. RGB value is (72,38,110). Sum of RGB (Red+Green+Blue) = 72+38+110=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 110 (43.36% from 255 or 50% from 220); Max value from RGB is 110 - color contains mainly: blue. Hex color #48266E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48266E is #B7D991. Grayscale: #383838. Windows color (decimal): -12048786 or 7218760. OLE color: 7218760.

HSL color Cylindrical-coordinate representation of color #48266E: hue angle of 268.33º degrees, saturation: 0.49, 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 #48266E is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7238110-
CMYK0.350.6500.57
HSL268.33º48.65%29.02%-
HSV(B)268.33º65.45%43.14%-
XYZ6.183.8915.18-
YUV56.37158.26139.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.73%
GREEN value IS 38 (15.23% from 255) = 17.27%
BLUE value IS 110 (43.36% from 255) = 50%
R=32.73%
G=17.27%
B=50%

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
Decimal72381100.350.6500.57268.3348.6529.02
Hex48266E234103910c311d
Octal11046156431010714146135
Binary100100010011011011101000111000001011100110000110011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48266E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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