Html Css Color HEX #48198B Windsor

📋 copy color: '#48198B'

red 72 ◦ green 25 ◦ blue 139

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

Shades of Windsor #48198B

Tints of Windsor #48198B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 58.9%

R = 30.51%
G = 10.59%
B = 58.9%

CMYK

 C value IS 0.48

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48198B (or 0x48198B) is known color: Windsor. HEX triplet: 48, 19 and 8B. RGB value is (72,25,139). Sum of RGB (Red+Green+Blue) = 72+25+139=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 139 (54.69% from 255 or 58.90% from 236); Max value from RGB is 139 - color contains mainly: blue. Hex color #48198B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48198B is #B7E674. Grayscale: #333333. Windows color (decimal): -12052085 or 9115976. OLE color: 9115976.

HSL color Cylindrical-coordinate representation of color #48198B: hue angle of 264.74º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48198B is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 25 139 -
CMYK 0.48 0.82 0 0.45
HSL 264.74º 0.7% 0.32% -
HSV(B) 264.74º 0.82% 0.55% -
XYZ 7.68 3.94 24.78 -
YUV 52.05 177.07 142.23 -
System Red Green Blue C M Y K H S L
Decimal 72 25 139 0.48 0.82 0 0.45 264.74 0.7 0.32
Hex 48 19 8B 30 52 0 2D 109 46 20
Octal 110 31 213 60 122 0 55 411 106 40
Binary 1001000 11001 10001011 110000 1010010 0 101101 100001001 1000110 100000

Color Harmonies of #48198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48198B

Black with #48198B

Text Example


Text Example

White with #48198B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48198B;
 }
 .AnyTagClassName
 {
   color: #48198B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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