#48256E

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

Shades of Blue Diamond #48256E

Tints of Blue Diamond #48256E

Color information

#48256E (or 0x48256E) is unknown color: approx Blue Diamond. HEX triplet: 48, 25 and 6E. RGB value is (72,37,110). Sum of RGB (Red+Green+Blue) = 72+37+110=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 110 (43.36% from 255 or 50.23% from 219); Max value from RGB is 110 - color contains mainly: blue. Hex color #48256E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48256E is #B7DA91. Grayscale: #373737. Windows color (decimal): -12049042 or 7218504. OLE color: 7218504.

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

Color convert

RGB7237110-
CMYK0.350.6600.57
HSL268.77º49.66%28.82%-
HSV(B)268.77º66.36%43.14%-
XYZ6.153.8315.17-
YUV55.79158.6139.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.88%
GREEN value IS 37 (14.84% from 255) = 16.89%
BLUE value IS 110 (43.36% from 255) = 50.23%
R=32.88%
G=16.89%
B=50.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72371100.350.6600.57268.7749.6628.82
Hex48256E234203910d321d
Octal11045156431020714156235
Binary100100010010111011101000111000010011100110000110111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48256E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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