Html Css Color HEX #48367C Windsor

📋 copy color: '#48367C'

red 72 ◦ green 54 ◦ blue 124

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

Shades of Windsor #48367C

Tints of Windsor #48367C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.6%

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

R = 28.8%
G = 21.6%
B = 49.6%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48367C (or 0x48367C) is known color: Windsor. HEX triplet: 48, 36 and 7C. RGB value is (72,54,124). Sum of RGB (Red+Green+Blue) = 72+54+124=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #48367C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48367C is #B7C983. Grayscale: #434343. Windows color (decimal): -12044676 or 8140360. OLE color: 8140360.

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

Color convert

RGB 72 54 124 -
CMYK 0.42 0.56 0 0.51
HSL 255.43º 0.39% 0.35% -
HSV(B) 255.43º 0.56% 0.49% -
XYZ 7.63 5.47 19.72 -
YUV 67.36 159.96 131.31 -
System Red Green Blue C M Y K H S L
Decimal 72 54 124 0.42 0.56 0 0.51 255.43 0.39 0.35
Hex 48 36 7C 2A 38 0 33 FF 27 23
Octal 110 66 174 52 70 0 63 377 47 43
Binary 1001000 110110 1111100 101010 111000 0 110011 11111111 100111 100011

Color Harmonies of #48367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48367C

Black with #48367C

Text Example


Text Example

White with #48367C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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