#48326F

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

Shades of Blue Diamond #48326F

Tints of Blue Diamond #48326F

Color information

#48326F (or 0x48326F) is unknown color: approx Blue Diamond. HEX triplet: 48, 32 and 6F. RGB value is (72,50,111). Sum of RGB (Red+Green+Blue) = 72+50+111=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 111 (43.75% from 255 or 47.64% from 233); Max value from RGB is 111 - color contains mainly: blue. Hex color #48326F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48326F is #B7CD90. Grayscale: #3F3F3F. Windows color (decimal): -12045713 or 7287368. OLE color: 7287368.

HSL color Cylindrical-coordinate representation of color #48326F: hue angle of 261.64º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48326F is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7250111-
CMYK0.350.5500.56
HSL261.64º37.89%31.57%-
HSV(B)261.64º54.95%43.53%-
XYZ6.684.8115.61-
YUV63.53154.79134.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.90%
GREEN value IS 50 (19.92% from 255) = 21.46%
BLUE value IS 111 (43.75% from 255) = 47.64%
R=30.90%
G=21.46%
B=47.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72501110.350.5500.56261.6437.8931.57
Hex48326F23370381062620
Octal1106215743670704064640
Binary100100011001011011111000111101110111000100000110100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48326F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48326F; }

 p { color: rgb(72,50,111); }

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

<style>
 a { background-color: #48326F; }

 a { background-color: rgb(72,50,111); }

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

<style>
 span { border-color: #48326F; }

 span { border-color: rgb(72,50,111); }

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