Html Css Color HEX #47247B Windsor

📋 copy color: '#47247B'

red 71 ◦ green 36 ◦ blue 123

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

Shades of Windsor #47247B

Tints of Windsor #47247B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.65%

 BLUE value IS 123 (48.44% from 255) = 53.48%

R = 30.87%
G = 15.65%
B = 53.48%

CMYK

 C value IS 0.42

 M value IS 0.71

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#47247B (or 0x47247B) is known color: Windsor. HEX triplet: 47, 24 and 7B. RGB value is (71,36,123). Sum of RGB (Red+Green+Blue) = 71+36+123=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 123 (48.44% from 255 or 53.48% from 230); Max value from RGB is 123 - color contains mainly: blue. Hex color #47247B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47247B is #B8DB84. Grayscale: #383838. Windows color (decimal): -12114821 or 8070215. OLE color: 8070215.

HSL color Cylindrical-coordinate representation of color #47247B: hue angle of 264.14º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47247B is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 71 36 123 -
CMYK 0.42 0.71 0 0.52
HSL 264.14º 0.55% 0.31% -
HSV(B) 264.14º 0.71% 0.48% -
XYZ 6.8 4.03 19.16 -
YUV 56.38 165.6 138.43 -
System Red Green Blue C M Y K H S L
Decimal 71 36 123 0.42 0.71 0 0.52 264.14 0.55 0.31
Hex 47 24 7B 2A 47 0 34 108 37 1F
Octal 107 44 173 52 107 0 64 410 67 37
Binary 1000111 100100 1111011 101010 1000111 0 110100 100001000 110111 11111

Color Harmonies of #47247B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47247B

Black with #47247B

Text Example


Text Example

White with #47247B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47247B; }

 p { color: rgb(71,36,123); }

 H1.HeaderClassName
 {
   color: #47247B;
 }
 .AnyTagClassName
 {
   color: #47247B;
 }
</style>

background-color css

<style>
 a { background-color: #47247B; }

 a { background-color: rgb(71,36,123); }

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

border-color css

<style>
 span { border-color: #47247B; }

 span { border-color: rgb(71,36,123); }

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