Html Css Color HEX #48337E Windsor

📋 copy color: '#48337E'

red 72 ◦ green 51 ◦ blue 126

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

Shades of Windsor #48337E

Tints of Windsor #48337E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.48%

 BLUE value IS 126 (49.61% from 255) = 50.6%

R = 28.92%
G = 20.48%
B = 50.6%

CMYK

 C value IS 0.43

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48337E (or 0x48337E) is known color: Windsor. HEX triplet: 48, 33 and 7E. RGB value is (72,51,126). Sum of RGB (Red+Green+Blue) = 72+51+126=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 126 (49.61% from 255 or 50.60% from 249); Max value from RGB is 126 - color contains mainly: blue. Hex color #48337E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48337E is #B7CC81. Grayscale: #414141. Windows color (decimal): -12045442 or 8270664. OLE color: 8270664.

HSL color Cylindrical-coordinate representation of color #48337E: hue angle of 256.8º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48337E is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 51 126 -
CMYK 0.43 0.60 0 0.51
HSL 256.8º 0.42% 0.35% -
HSV(B) 256.8º 0.6% 0.49% -
XYZ 7.62 5.25 20.35 -
YUV 65.83 161.96 132.4 -
System Red Green Blue C M Y K H S L
Decimal 72 51 126 0.43 0.60 0 0.51 256.8 0.42 0.35
Hex 48 33 7E 2B 3C 0 33 101 2A 23
Octal 110 63 176 53 74 0 63 401 52 43
Binary 1001000 110011 1111110 101011 111100 0 110011 100000001 101010 100011

Color Harmonies of #48337E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48337E

Black with #48337E

Text Example


Text Example

White with #48337E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48337E; }

 p { color: rgb(72,51,126); }

 H1.HeaderClassName
 {
   color: #48337E;
 }
 .AnyTagClassName
 {
   color: #48337E;
 }
</style>

background-color css

<style>
 a { background-color: #48337E; }

 a { background-color: rgb(72,51,126); }

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

border-color css

<style>
 span { border-color: #48337E; }

 span { border-color: rgb(72,51,126); }

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