Html Css Color HEX #48187C Windsor

📋 copy color: '#48187C'

red 72 ◦ green 24 ◦ blue 124

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

Shades of Windsor #48187C

Tints of Windsor #48187C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.91%

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

R = 32.73%
G = 10.91%
B = 56.36%

CMYK

 C value IS 0.42

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48187C (or 0x48187C) is known color: Windsor. HEX triplet: 48, 18 and 7C. RGB value is (72,24,124). Sum of RGB (Red+Green+Blue) = 72+24+124=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 124 (48.83% from 255 or 56.36% from 220); Max value from RGB is 124 - color contains mainly: blue. Hex color #48187C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48187C is #B7E783. Grayscale: #313131. Windows color (decimal): -12052356 or 8132680. OLE color: 8132680.

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

Color convert

RGB 72 24 124 -
CMYK 0.42 0.81 0 0.51
HSL 268.8º 0.68% 0.29% -
HSV(B) 268.8º 0.81% 0.49% -
XYZ 6.64 3.49 19.39 -
YUV 49.75 169.9 143.87 -
System Red Green Blue C M Y K H S L
Decimal 72 24 124 0.42 0.81 0 0.51 268.8 0.68 0.29
Hex 48 18 7C 2A 51 0 33 10D 44 1D
Octal 110 30 174 52 121 0 63 415 104 35
Binary 1001000 11000 1111100 101010 1010001 0 110011 100001101 1000100 11101

Color Harmonies of #48187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48187C

Black with #48187C

Text Example


Text Example

White with #48187C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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