Html Css Color HEX #463177 Windsor

📋 copy color: '#463177'

red 70 ◦ green 49 ◦ blue 119

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

Shades of Windsor #463177

Tints of Windsor #463177

RGB

 RED value IS 70 (27.73% from 255) = 29.41%

 GREEN value IS 49 (19.53% from 255) = 20.59%

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

R = 29.41%
G = 20.59%
B = 50%

CMYK

 C value IS 0.41

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#463177 (or 0x463177) is known color: Windsor. HEX triplet: 46, 31 and 77. RGB value is (70,49,119). Sum of RGB (Red+Green+Blue) = 70+49+119=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #463177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463177 is #B9CE88. Grayscale: #3F3F3F. Windows color (decimal): -12177033 or 7811398. OLE color: 7811398.

HSL color Cylindrical-coordinate representation of color #463177: hue angle of 258º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #463177 is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 49 119 -
CMYK 0.41 0.59 0 0.53
HSL 258º 0.42% 0.33% -
HSV(B) 258º 0.59% 0.47% -
XYZ 6.95 4.83 18.02 -
YUV 63.26 159.46 132.81 -
System Red Green Blue C M Y K H S L
Decimal 70 49 119 0.41 0.59 0 0.53 258 0.42 0.33
Hex 46 31 77 29 3B 0 35 102 2A 21
Octal 106 61 167 51 73 0 65 402 52 41
Binary 1000110 110001 1110111 101001 111011 0 110101 100000010 101010 100001

Color Harmonies of #463177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463177

Black with #463177

Text Example


Text Example

White with #463177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463177; }

 p { color: rgb(70,49,119); }

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

background-color css

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

 a { background-color: rgb(70,49,119); }

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

border-color css

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

 span { border-color: rgb(70,49,119); }

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