Html Css Color HEX #471E92 Windsor

📋 copy color: '#471E92'

red 71 ◦ green 30 ◦ blue 146

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

Shades of Windsor #471E92

Tints of Windsor #471E92

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.15%

 BLUE value IS 146 (57.42% from 255) = 59.11%

R = 28.74%
G = 12.15%
B = 59.11%

CMYK

 C value IS 0.51

 M value IS 0.79

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#471E92 (or 0x471E92) is known color: Windsor. HEX triplet: 47, 1E and 92. RGB value is (71,30,146). Sum of RGB (Red+Green+Blue) = 71+30+146=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 30 (12.11% from 255 or 12.15% from 247); Blue value is 146 (57.42% from 255 or 59.11% from 247); Max value from RGB is 146 - color contains mainly: blue. Hex color #471E92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471E92 is #B8E16D. Grayscale: #373737. Windows color (decimal): -12116334 or 9576007. OLE color: 9576007.

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

Color convert

RGB 71 30 146 -
CMYK 0.51 0.79 0 0.43
HSL 261.21º 0.66% 0.35% -
HSV(B) 261.21º 0.79% 0.57% -
XYZ 8.25 4.34 27.6 -
YUV 55.48 179.08 139.07 -
System Red Green Blue C M Y K H S L
Decimal 71 30 146 0.51 0.79 0 0.43 261.21 0.66 0.35
Hex 47 1E 92 33 4F 0 2B 105 42 23
Octal 107 36 222 63 117 0 53 405 102 43
Binary 1000111 11110 10010010 110011 1001111 0 101011 100000101 1000010 100011

Color Harmonies of #471E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E92

Black with #471E92

Text Example


Text Example

White with #471E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471E92; }

 p { color: rgb(71,30,146); }

 H1.HeaderClassName
 {
   color: #471E92;
 }
 .AnyTagClassName
 {
   color: #471E92;
 }
</style>

background-color css

<style>
 a { background-color: #471E92; }

 a { background-color: rgb(71,30,146); }

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

border-color css

<style>
 span { border-color: #471E92; }

 span { border-color: rgb(71,30,146); }

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