#48296D

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

Shades of Blue Diamond #48296D

Tints of Blue Diamond #48296D

Color information

#48296D (or 0x48296D) is unknown color: approx Blue Diamond. HEX triplet: 48, 29 and 6D. RGB value is (72,41,109). Sum of RGB (Red+Green+Blue) = 72+41+109=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #48296D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48296D is #B7D692. Grayscale: #393939. Windows color (decimal): -12048019 or 7153992. OLE color: 7153992.

HSL color Cylindrical-coordinate representation of color #48296D: hue angle of 267.35º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48296D is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7241109-
CMYK0.340.6200.57
HSL267.35º45.33%29.41%-
HSV(B)267.35º62.39%42.75%-
XYZ6.234.0714.93-
YUV58.02156.77137.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.43%
GREEN value IS 41 (16.41% from 255) = 18.47%
BLUE value IS 109 (42.97% from 255) = 49.10%
R=32.43%
G=18.47%
B=49.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72411090.340.6200.57267.3545.3329.41
Hex48296D223E03910b2d1d
Octal1105115542760714135535
Binary10010001010011101101100010111110011100110000101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48296D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48296D; }

 p { color: rgb(72,41,109); }

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

<style>
 a { background-color: #48296D; }

 a { background-color: rgb(72,41,109); }

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

<style>
 span { border-color: #48296D; }

 span { border-color: rgb(72,41,109); }

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