Html Css Color HEX #47387C Windsor

📋 copy color: '#47387C'

red 71 ◦ green 56 ◦ blue 124

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

Shades of Windsor #47387C

Tints of Windsor #47387C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.31%

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

R = 28.29%
G = 22.31%
B = 49.4%

CMYK

 C value IS 0.43

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47387C (or 0x47387C) is known color: Windsor. HEX triplet: 47, 38 and 7C. RGB value is (71,56,124). Sum of RGB (Red+Green+Blue) = 71+56+124=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 124 (48.83% from 255 or 49.40% from 251); Max value from RGB is 124 - color contains mainly: blue. Hex color #47387C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47387C is #B8C783. Grayscale: #434343. Windows color (decimal): -12109700 or 8140871. OLE color: 8140871.

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

Color convert

RGB 71 56 124 -
CMYK 0.43 0.55 0 0.51
HSL 253.24º 0.38% 0.35% -
HSV(B) 253.24º 0.55% 0.49% -
XYZ 7.65 5.62 19.75 -
YUV 68.24 159.47 129.97 -
System Red Green Blue C M Y K H S L
Decimal 71 56 124 0.43 0.55 0 0.51 253.24 0.38 0.35
Hex 47 38 7C 2B 37 0 33 FD 26 23
Octal 107 70 174 53 67 0 63 375 46 43
Binary 1000111 111000 1111100 101011 110111 0 110011 11111101 100110 100011

Color Harmonies of #47387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47387C

Black with #47387C

Text Example


Text Example

White with #47387C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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