Html Css Color HEX #48196D Blue Diamond

📋 copy color: '#48196D'

red 72 ◦ green 25 ◦ blue 109

#48196D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Diamond #48196D

Tints of Blue Diamond #48196D

RGB

 RED value IS 72 (28.52% from 255) = 34.95%

 GREEN value IS 25 (10.16% from 255) = 12.14%

 BLUE value IS 109 (42.97% from 255) = 52.91%

R = 34.95%
G = 12.14%
B = 52.91%

CMYK

 C value IS 0.34

 M value IS 0.77

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#48196D (or 0x48196D) is known color: Blue Diamond. HEX triplet: 48, 19 and 6D. RGB value is (72,25,109). Sum of RGB (Red+Green+Blue) = 72+25+109=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #48196D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48196D is #B7E692. Grayscale: #303030. Windows color (decimal): -12052115 or 7149896. OLE color: 7149896.

HSL color Cylindrical-coordinate representation of color #48196D: hue angle of 273.57º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #48196D is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 25 109 -
CMYK 0.34 0.77 0 0.57
HSL 273.57º 0.63% 0.26% -
HSV(B) 273.57º 0.77% 0.43% -
XYZ 5.78 3.18 14.78 -
YUV 48.63 162.07 144.67 -
System Red Green Blue C M Y K H S L
Decimal 72 25 109 0.34 0.77 0 0.57 273.57 0.63 0.26
Hex 48 19 6D 22 4D 0 39 112 3F 1A
Octal 110 31 155 42 115 0 71 422 77 32
Binary 1001000 11001 1101101 100010 1001101 0 111001 100010010 111111 11010

Color Harmonies of #48196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48196D

Black with #48196D

Text Example


Text Example

White with #48196D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48196D;
 }
 .AnyTagClassName
 {
   color: #48196D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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