Html Css Color HEX #47367C Windsor

📋 copy color: '#47367C'

red 71 ◦ green 54 ◦ blue 124

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

Shades of Windsor #47367C

Tints of Windsor #47367C

RGB

 RED value IS 71 (28.13% from 255) = 28.51%

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

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

R = 28.51%
G = 21.69%
B = 49.8%

CMYK

 C value IS 0.43

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47367C (or 0x47367C) is known color: Windsor. HEX triplet: 47, 36 and 7C. RGB value is (71,54,124). Sum of RGB (Red+Green+Blue) = 71+54+124=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 124 (48.83% from 255 or 49.80% from 249); Max value from RGB is 124 - color contains mainly: blue. Hex color #47367C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47367C is #B8C983. Grayscale: #424242. Windows color (decimal): -12110212 or 8140359. OLE color: 8140359.

HSL color Cylindrical-coordinate representation of color #47367C: hue angle of 254.57º 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 #47367C is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 54 124 -
CMYK 0.43 0.56 0 0.51
HSL 254.57º 0.39% 0.35% -
HSV(B) 254.57º 0.56% 0.49% -
XYZ 7.56 5.43 19.72 -
YUV 67.06 160.13 130.81 -
System Red Green Blue C M Y K H S L
Decimal 71 54 124 0.43 0.56 0 0.51 254.57 0.39 0.35
Hex 47 36 7C 2B 38 0 33 FF 27 23
Octal 107 66 174 53 70 0 63 377 47 43
Binary 1000111 110110 1111100 101011 111000 0 110011 11111111 100111 100011

Color Harmonies of #47367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47367C

Black with #47367C

Text Example


Text Example

White with #47367C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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