Html Css Color HEX #48298B Windsor

📋 copy color: '#48298B'

red 72 ◦ green 41 ◦ blue 139

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

Shades of Windsor #48298B

Tints of Windsor #48298B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.27%

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

R = 28.57%
G = 16.27%
B = 55.16%

CMYK

 C value IS 0.48

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48298B (or 0x48298B) is known color: Windsor. HEX triplet: 48, 29 and 8B. RGB value is (72,41,139). Sum of RGB (Red+Green+Blue) = 72+41+139=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #48298B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48298B is #B7D674. Grayscale: #3D3D3D. Windows color (decimal): -12047989 or 9120072. OLE color: 9120072.

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

Color convert

RGB 72 41 139 -
CMYK 0.48 0.71 0 0.45
HSL 258.98º 0.54% 0.35% -
HSV(B) 258.98º 0.71% 0.55% -
XYZ 8.13 4.83 24.93 -
YUV 61.44 171.77 135.53 -
System Red Green Blue C M Y K H S L
Decimal 72 41 139 0.48 0.71 0 0.45 258.98 0.54 0.35
Hex 48 29 8B 30 47 0 2D 103 36 23
Octal 110 51 213 60 107 0 55 403 66 43
Binary 1001000 101001 10001011 110000 1000111 0 101101 100000011 110110 100011

Color Harmonies of #48298B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48298B

Black with #48298B

Text Example


Text Example

White with #48298B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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