#48196B

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

Shades of Blue Diamond #48196B

Tints of Blue Diamond #48196B

Color information

#48196B (or 0x48196B) is unknown color: approx Blue Diamond. HEX triplet: 48, 19 and 6B. RGB value is (72,25,107). Sum of RGB (Red+Green+Blue) = 72+25+107=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 107 (42.19% from 255 or 52.45% from 204); Max value from RGB is 107 - color contains mainly: blue. Hex color #48196B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48196B is #B7E694. Grayscale: #303030. Windows color (decimal): -12052117 or 7018824. OLE color: 7018824.

HSL color Cylindrical-coordinate representation of color #48196B: hue angle of 274.39º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #48196B is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7225107-
CMYK0.330.7700.58
HSL274.39º62.12%25.88%-
HSV(B)274.39º76.64%41.96%-
XYZ5.673.1314.22-
YUV48.4161.07144.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.29%
GREEN value IS 25 (10.16% from 255) = 12.25%
BLUE value IS 107 (42.19% from 255) = 52.45%
R=35.29%
G=12.25%
B=52.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72251070.330.7700.58274.3962.1225.88
Hex48196B214D03A1123e1a
Octal11031153411150724227632
Binary10010001100111010111000011001101011101010001001011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48196B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48196B; }

 p { color: rgb(72,25,107); }

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

<style>
 a { background-color: #48196B; }

 a { background-color: rgb(72,25,107); }

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

<style>
 span { border-color: #48196B; }

 span { border-color: rgb(72,25,107); }

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