#48286E

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

Shades of Blue Diamond #48286E

Tints of Blue Diamond #48286E

Color information

#48286E (or 0x48286E) is unknown color: approx Blue Diamond. HEX triplet: 48, 28 and 6E. RGB value is (72,40,110). Sum of RGB (Red+Green+Blue) = 72+40+110=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 110 (43.36% from 255 or 49.55% from 222); Max value from RGB is 110 - color contains mainly: blue. Hex color #48286E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48286E is #B7D791. Grayscale: #393939. Windows color (decimal): -12048274 or 7219272. OLE color: 7219272.

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

Color convert

RGB7240110-
CMYK0.350.6400.57
HSL267.43º46.67%29.41%-
HSV(B)267.43º63.64%43.14%-
XYZ6.254.0215.2-
YUV57.55157.6138.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.43%
GREEN value IS 40 (16.02% from 255) = 18.02%
BLUE value IS 110 (43.36% from 255) = 49.55%
R=32.43%
G=18.02%
B=49.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72401100.350.6400.57267.4346.6729.41
Hex48286E234003910b2f1d
Octal11050156431000714135735
Binary100100010100011011101000111000000011100110000101110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48286E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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