#48246C

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

Shades of Blue Diamond #48246C

Tints of Blue Diamond #48246C

Color information

#48246C (or 0x48246C) is unknown color: approx Blue Diamond. HEX triplet: 48, 24 and 6C. RGB value is (72,36,108). Sum of RGB (Red+Green+Blue) = 72+36+108=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 108 (42.58% from 255 or 50% from 216); Max value from RGB is 108 - color contains mainly: blue. Hex color #48246C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48246C is #B7DB93. Grayscale: #363636. Windows color (decimal): -12049300 or 7087176. OLE color: 7087176.

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

Color convert

RGB7236108-
CMYK0.330.6700.58
HSL270º50%28.24%-
HSV(B)270º66.67%42.35%-
XYZ6.013.7214.59-
YUV54.97157.93140.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.33%
GREEN value IS 36 (14.45% from 255) = 16.67%
BLUE value IS 108 (42.58% from 255) = 50%
R=33.33%
G=16.67%
B=50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72361080.330.6700.582705028.24
Hex48246C214303A10e321c
Octal11044154411030724166234
Binary100100010010011011001000011000011011101010000111011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48246C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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