Html Css Color HEX #463277 Windsor

📋 copy color: '#463277'

red 70 ◦ green 50 ◦ blue 119

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

Shades of Windsor #463277

Tints of Windsor #463277

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.92%

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

R = 29.29%
G = 20.92%
B = 49.79%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#463277 (or 0x463277) is known color: Windsor. HEX triplet: 46, 32 and 77. RGB value is (70,50,119). Sum of RGB (Red+Green+Blue) = 70+50+119=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #463277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463277 is #B9CD88. Grayscale: #3F3F3F. Windows color (decimal): -12176777 or 7811654. OLE color: 7811654.

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

Color convert

RGB 70 50 119 -
CMYK 0.41 0.58 0 0.53
HSL 257.39º 0.41% 0.33% -
HSV(B) 257.39º 0.58% 0.47% -
XYZ 7 4.92 18.03 -
YUV 63.85 159.13 132.39 -
System Red Green Blue C M Y K H S L
Decimal 70 50 119 0.41 0.58 0 0.53 257.39 0.41 0.33
Hex 46 32 77 29 3A 0 35 101 29 21
Octal 106 62 167 51 72 0 65 401 51 41
Binary 1000110 110010 1110111 101001 111010 0 110101 100000001 101001 100001

Color Harmonies of #463277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463277

Black with #463277

Text Example


Text Example

White with #463277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463277; }

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

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

background-color css

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

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

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

border-color css

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

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

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