#48216F

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

Shades of Blue Diamond #48216F

Tints of Blue Diamond #48216F

Color information

#48216F (or 0x48216F) is unknown color: approx Blue Diamond. HEX triplet: 48, 21 and 6F. RGB value is (72,33,111). Sum of RGB (Red+Green+Blue) = 72+33+111=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 111 (43.75% from 255 or 51.39% from 216); Max value from RGB is 111 - color contains mainly: blue. Hex color #48216F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48216F is #B7DE90. Grayscale: #353535. Windows color (decimal): -12050065 or 7283016. OLE color: 7283016.

HSL color Cylindrical-coordinate representation of color #48216F: hue angle of 270º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48216F is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7233111-
CMYK0.350.7000.56
HSL270º54.17%28.24%-
HSV(B)270º70.27%43.53%-
XYZ6.093.6115.42-
YUV53.55160.42141.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.33%
GREEN value IS 33 (13.28% from 255) = 15.28%
BLUE value IS 111 (43.75% from 255) = 51.39%
R=33.33%
G=15.28%
B=51.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72331110.350.7000.5627054.1728.24
Hex48216F234603810e361c
Octal11041157431060704166634
Binary100100010000111011111000111000110011100010000111011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48216F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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