#48197A

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

Shades of Blue Diamond #48197A

Tints of Blue Diamond #48197A

Color information

#48197A (or 0x48197A) is unknown color: approx Blue Diamond. HEX triplet: 48, 19 and 7A. RGB value is (72,25,122). Sum of RGB (Red+Green+Blue) = 72+25+122=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 122 (48.05% from 255 or 55.71% from 219); Max value from RGB is 122 - color contains mainly: blue. Hex color #48197A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48197A is #B7E685. Grayscale: #313131. Windows color (decimal): -12052102 or 8001864. OLE color: 8001864.

HSL color Cylindrical-coordinate representation of color #48197A: hue angle of 269.07º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #48197A is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7225122-
CMYK0.410.8000.52
HSL269.07º65.99%28.82%-
HSV(B)269.07º79.51%47.84%-
XYZ6.533.4818.74-
YUV50.11168.57143.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.88%
GREEN value IS 25 (10.16% from 255) = 11.42%
BLUE value IS 122 (48.05% from 255) = 55.71%
R=32.88%
G=11.42%
B=55.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal72251220.410.8000.52269.0765.9928.82
Hex48197A295003410d421d
Octal110311725112006441510235
Binary100100011001111101010100110100000110100100001101100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48197A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48197A; }

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

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

<style>
 a { background-color: #48197A; }

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

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

<style>
 span { border-color: #48197A; }

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

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