#48266A

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

Shades of Blue Diamond #48266A

Tints of Blue Diamond #48266A

Color information

#48266A (or 0x48266A) is unknown color: approx Blue Diamond. HEX triplet: 48, 26 and 6A. RGB value is (72,38,106). Sum of RGB (Red+Green+Blue) = 72+38+106=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 106 (41.80% from 255 or 49.07% from 216); Max value from RGB is 106 - color contains mainly: blue. Hex color #48266A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48266A is #B7D995. Grayscale: #373737. Windows color (decimal): -12048790 or 6956616. OLE color: 6956616.

HSL color Cylindrical-coordinate representation of color #48266A: hue angle of 270º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48266A is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7238106-
CMYK0.320.6400.58
HSL270º47.22%28.24%-
HSV(B)270º64.15%41.57%-
XYZ5.973.814.06-
YUV55.92156.26139.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.33%
GREEN value IS 38 (15.23% from 255) = 17.59%
BLUE value IS 106 (41.80% from 255) = 49.07%
R=33.33%
G=17.59%
B=49.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72381060.320.6400.5827047.2228.24
Hex48266A204003A10e2f1c
Octal11046152401000724165734
Binary100100010011011010101000001000000011101010000111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48266A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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