Html Css Color HEX #47367D Windsor

📋 copy color: '#47367D'

red 71 ◦ green 54 ◦ blue 125

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

Shades of Windsor #47367D

Tints of Windsor #47367D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 50%

R = 28.4%
G = 21.6%
B = 50%

CMYK

 C value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47367D (or 0x47367D) is known color: Windsor. HEX triplet: 47, 36 and 7D. RGB value is (71,54,125). Sum of RGB (Red+Green+Blue) = 71+54+125=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 125 (49.22% from 255 or 50% from 250); Max value from RGB is 125 - color contains mainly: blue. Hex color #47367D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47367D is #B8C982. Grayscale: #424242. Windows color (decimal): -12110211 or 8205895. OLE color: 8205895.

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

Color convert

RGB 71 54 125 -
CMYK 0.43 0.57 0 0.51
HSL 254.37º 0.4% 0.35% -
HSV(B) 254.37º 0.57% 0.49% -
XYZ 7.62 5.46 20.05 -
YUV 67.18 160.63 130.73 -
System Red Green Blue C M Y K H S L
Decimal 71 54 125 0.43 0.57 0 0.51 254.37 0.4 0.35
Hex 47 36 7D 2B 39 0 33 FE 28 23
Octal 107 66 175 53 71 0 63 376 50 43
Binary 1000111 110110 1111101 101011 111001 0 110011 11111110 101000 100011

Color Harmonies of #47367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47367D

Black with #47367D

Text Example


Text Example

White with #47367D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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