Html Css Color HEX #463877 Windsor

📋 copy color: '#463877'

red 70 ◦ green 56 ◦ blue 119

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

Shades of Windsor #463877

Tints of Windsor #463877

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.86%

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

R = 28.57%
G = 22.86%
B = 48.57%

CMYK

 C value IS 0.41

 M value IS 0.53

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#463877 (or 0x463877) is known color: Windsor. HEX triplet: 46, 38 and 77. RGB value is (70,56,119). Sum of RGB (Red+Green+Blue) = 70+56+119=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 119 (46.88% from 255 or 48.57% from 245); Max value from RGB is 119 - color contains mainly: blue. Hex color #463877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463877 is #B9C788. Grayscale: #434343. Windows color (decimal): -12175241 or 7813190. OLE color: 7813190.

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

Color convert

RGB 70 56 119 -
CMYK 0.41 0.53 0 0.53
HSL 253.33º 0.36% 0.34% -
HSV(B) 253.33º 0.53% 0.47% -
XYZ 7.27 5.46 18.12 -
YUV 67.37 157.14 129.88 -
System Red Green Blue C M Y K H S L
Decimal 70 56 119 0.41 0.53 0 0.53 253.33 0.36 0.34
Hex 46 38 77 29 35 0 35 FD 24 22
Octal 106 70 167 51 65 0 65 375 44 42
Binary 1000110 111000 1110111 101001 110101 0 110101 11111101 100100 100010

Color Harmonies of #463877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463877

Black with #463877

Text Example


Text Example

White with #463877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463877; }

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

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

background-color css

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

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

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

border-color css

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

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

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