#48256B

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

Shades of Blue Diamond #48256B

Tints of Blue Diamond #48256B

Color information

#48256B (or 0x48256B) is unknown color: approx Blue Diamond. HEX triplet: 48, 25 and 6B. RGB value is (72,37,107). Sum of RGB (Red+Green+Blue) = 72+37+107=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 107 (42.19% from 255 or 49.54% from 216); Max value from RGB is 107 - color contains mainly: blue. Hex color #48256B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48256B is #B7DA94. Grayscale: #373737. Windows color (decimal): -12049045 or 7021896. OLE color: 7021896.

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

Color convert

RGB7237107-
CMYK0.330.6500.58
HSL270º48.61%28.24%-
HSV(B)270º65.42%41.96%-
XYZ5.993.7614.32-
YUV55.44157.1139.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.33%
GREEN value IS 37 (14.84% from 255) = 17.13%
BLUE value IS 107 (42.19% from 255) = 49.54%
R=33.33%
G=17.13%
B=49.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72371070.330.6500.5827048.6128.24
Hex48256B214103A10e311c
Octal11045153411010724166134
Binary100100010010111010111000011000001011101010000111011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48256B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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