#48296C

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

Shades of Blue Diamond #48296C

Tints of Blue Diamond #48296C

Color information

#48296C (or 0x48296C) is unknown color: approx Blue Diamond. HEX triplet: 48, 29 and 6C. RGB value is (72,41,108). Sum of RGB (Red+Green+Blue) = 72+41+108=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #48296C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48296C is #B7D693. Grayscale: #393939. Windows color (decimal): -12048020 or 7088456. OLE color: 7088456.

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

Color convert

RGB7241108-
CMYK0.330.6200.58
HSL267.76º44.97%29.22%-
HSV(B)267.76º62.04%42.35%-
XYZ6.174.0514.64-
YUV57.91156.27138.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.58%
GREEN value IS 41 (16.41% from 255) = 18.55%
BLUE value IS 108 (42.58% from 255) = 48.87%
R=32.58%
G=18.55%
B=48.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72411080.330.6200.58267.7644.9729.22
Hex48296C213E03A10c2d1d
Octal1105115441760724145535
Binary10010001010011101100100001111110011101010000110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48296C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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