#48286F

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

Shades of Blue Diamond #48286F

Tints of Blue Diamond #48286F

Color information

#48286F (or 0x48286F) is unknown color: approx Blue Diamond. HEX triplet: 48, 28 and 6F. RGB value is (72,40,111). Sum of RGB (Red+Green+Blue) = 72+40+111=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 111 (43.75% from 255 or 49.78% from 223); Max value from RGB is 111 - color contains mainly: blue. Hex color #48286F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48286F is #B7D790. Grayscale: #393939. Windows color (decimal): -12048273 or 7284808. OLE color: 7284808.

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

Color convert

RGB7240111-
CMYK0.350.6400.56
HSL267.04º47.02%29.61%-
HSV(B)267.04º63.96%43.53%-
XYZ6.34.0415.49-
YUV57.66158.1138.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.29%
GREEN value IS 40 (16.02% from 255) = 17.94%
BLUE value IS 111 (43.75% from 255) = 49.78%
R=32.29%
G=17.94%
B=49.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72401110.350.6400.56267.0447.0229.61
Hex48286F234003810b2f1e
Octal11050157431000704135736
Binary100100010100011011111000111000000011100010000101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48286F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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