Html Css Color HEX #472677 Windsor

📋 copy color: '#472677'

red 71 ◦ green 38 ◦ blue 119

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

Shades of Windsor #472677

Tints of Windsor #472677

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.67%

 BLUE value IS 119 (46.88% from 255) = 52.19%

R = 31.14%
G = 16.67%
B = 52.19%

CMYK

 C value IS 0.40

 M value IS 0.68

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#472677 (or 0x472677) is known color: Windsor. HEX triplet: 47, 26 and 77. RGB value is (71,38,119). Sum of RGB (Red+Green+Blue) = 71+38+119=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 119 (46.88% from 255 or 52.19% from 228); Max value from RGB is 119 - color contains mainly: blue. Hex color #472677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472677 is #B8D988. Grayscale: #383838. Windows color (decimal): -12114313 or 7808583. OLE color: 7808583.

HSL color Cylindrical-coordinate representation of color #472677: hue angle of 264.44º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #472677 is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 38 119 -
CMYK 0.40 0.68 0 0.53
HSL 264.44º 0.52% 0.31% -
HSV(B) 264.44º 0.68% 0.47% -
XYZ 6.62 4.06 17.89 -
YUV 57.1 162.93 137.91 -
System Red Green Blue C M Y K H S L
Decimal 71 38 119 0.40 0.68 0 0.53 264.44 0.52 0.31
Hex 47 26 77 28 44 0 35 108 34 1F
Octal 107 46 167 50 104 0 65 410 64 37
Binary 1000111 100110 1110111 101000 1000100 0 110101 100001000 110100 11111

Color Harmonies of #472677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472677

Black with #472677

Text Example


Text Example

White with #472677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472677; }

 p { color: rgb(71,38,119); }

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

background-color css

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

 a { background-color: rgb(71,38,119); }

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

border-color css

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

 span { border-color: rgb(71,38,119); }

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