Html Css Color HEX #463377 Windsor

📋 copy color: '#463377'

red 70 ◦ green 51 ◦ blue 119

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

Shades of Windsor #463377

Tints of Windsor #463377

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.25%

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

R = 29.17%
G = 21.25%
B = 49.58%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#463377 (or 0x463377) is known color: Windsor. HEX triplet: 46, 33 and 77. RGB value is (70,51,119). Sum of RGB (Red+Green+Blue) = 70+51+119=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #463377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463377 is #B9CC88. Grayscale: #404040. Windows color (decimal): -12176521 or 7811910. OLE color: 7811910.

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

Color convert

RGB 70 51 119 -
CMYK 0.41 0.57 0 0.53
HSL 256.76º 0.4% 0.33% -
HSV(B) 256.76º 0.57% 0.47% -
XYZ 7.04 5 18.05 -
YUV 64.43 158.79 131.97 -
System Red Green Blue C M Y K H S L
Decimal 70 51 119 0.41 0.57 0 0.53 256.76 0.4 0.33
Hex 46 33 77 29 39 0 35 101 28 21
Octal 106 63 167 51 71 0 65 401 50 41
Binary 1000110 110011 1110111 101001 111001 0 110101 100000001 101000 100001

Color Harmonies of #463377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463377

Black with #463377

Text Example


Text Example

White with #463377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463377; }

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

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

background-color css

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

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

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

border-color css

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

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

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