Html Css Color HEX #48347C Windsor

📋 copy color: '#48347C'

red 72 ◦ green 52 ◦ blue 124

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

Shades of Windsor #48347C

Tints of Windsor #48347C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.97%

 BLUE value IS 124 (48.83% from 255) = 50%

R = 29.03%
G = 20.97%
B = 50%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48347C (or 0x48347C) is known color: Windsor. HEX triplet: 48, 34 and 7C. RGB value is (72,52,124). Sum of RGB (Red+Green+Blue) = 72+52+124=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #48347C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48347C is #B7CB83. Grayscale: #414141. Windows color (decimal): -12045188 or 8139848. OLE color: 8139848.

HSL color Cylindrical-coordinate representation of color #48347C: hue angle of 256.67º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48347C is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 52 124 -
CMYK 0.42 0.58 0 0.51
HSL 256.67º 0.41% 0.35% -
HSV(B) 256.67º 0.58% 0.49% -
XYZ 7.54 5.29 19.69 -
YUV 66.19 160.63 132.15 -
System Red Green Blue C M Y K H S L
Decimal 72 52 124 0.42 0.58 0 0.51 256.67 0.41 0.35
Hex 48 34 7C 2A 3A 0 33 101 29 23
Octal 110 64 174 52 72 0 63 401 51 43
Binary 1001000 110100 1111100 101010 111010 0 110011 100000001 101001 100011

Color Harmonies of #48347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48347C

Black with #48347C

Text Example


Text Example

White with #48347C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48347C; }

 p { color: rgb(72,52,124); }

 H1.HeaderClassName
 {
   color: #48347C;
 }
 .AnyTagClassName
 {
   color: #48347C;
 }
</style>

background-color css

<style>
 a { background-color: #48347C; }

 a { background-color: rgb(72,52,124); }

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

border-color css

<style>
 span { border-color: #48347C; }

 span { border-color: rgb(72,52,124); }

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