Html Css Color HEX #48207C Windsor

📋 copy color: '#48207C'

red 72 ◦ green 32 ◦ blue 124

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

Shades of Windsor #48207C

Tints of Windsor #48207C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.04%

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

R = 31.58%
G = 14.04%
B = 54.39%

CMYK

 C value IS 0.42

 M value IS 0.74

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48207C (or 0x48207C) is known color: Windsor. HEX triplet: 48, 20 and 7C. RGB value is (72,32,124). Sum of RGB (Red+Green+Blue) = 72+32+124=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 124 (48.83% from 255 or 54.39% from 228); Max value from RGB is 124 - color contains mainly: blue. Hex color #48207C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48207C is #B7DF83. Grayscale: #363636. Windows color (decimal): -12050308 or 8134728. OLE color: 8134728.

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

Color convert

RGB 72 32 124 -
CMYK 0.42 0.74 0 0.51
HSL 266.09º 0.59% 0.31% -
HSV(B) 266.09º 0.74% 0.49% -
XYZ 6.83 3.87 19.46 -
YUV 54.45 167.25 140.52 -
System Red Green Blue C M Y K H S L
Decimal 72 32 124 0.42 0.74 0 0.51 266.09 0.59 0.31
Hex 48 20 7C 2A 4A 0 33 10A 3B 1F
Octal 110 40 174 52 112 0 63 412 73 37
Binary 1001000 100000 1111100 101010 1001010 0 110011 100001010 111011 11111

Color Harmonies of #48207C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48207C

Black with #48207C

Text Example


Text Example

White with #48207C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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