Html Css Color HEX #463579 Windsor

📋 copy color: '#463579'

red 70 ◦ green 53 ◦ blue 121

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

Shades of Windsor #463579

Tints of Windsor #463579

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.72%

 BLUE value IS 121 (47.66% from 255) = 49.59%

R = 28.69%
G = 21.72%
B = 49.59%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#463579 (or 0x463579) is known color: Windsor. HEX triplet: 46, 35 and 79. RGB value is (70,53,121). Sum of RGB (Red+Green+Blue) = 70+53+121=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 121 (47.66% from 255 or 49.59% from 244); Max value from RGB is 121 - color contains mainly: blue. Hex color #463579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463579 is #B9CA86. Grayscale: #414141. Windows color (decimal): -12176007 or 7943494. OLE color: 7943494.

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

Color convert

RGB 70 53 121 -
CMYK 0.42 0.56 0 0.53
HSL 255º 0.39% 0.34% -
HSV(B) 255º 0.56% 0.47% -
XYZ 7.25 5.23 18.72 -
YUV 65.84 159.13 130.97 -
System Red Green Blue C M Y K H S L
Decimal 70 53 121 0.42 0.56 0 0.53 255 0.39 0.34
Hex 46 35 79 2A 38 0 35 FF 27 22
Octal 106 65 171 52 70 0 65 377 47 42
Binary 1000110 110101 1111001 101010 111000 0 110101 11111111 100111 100010

Color Harmonies of #463579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463579

Black with #463579

Text Example


Text Example

White with #463579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463579; }

 p { color: rgb(70,53,121); }

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

background-color css

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

 a { background-color: rgb(70,53,121); }

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

border-color css

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

 span { border-color: rgb(70,53,121); }

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