Html Css Color HEX #463879 Windsor

📋 copy color: '#463879'

red 70 ◦ green 56 ◦ blue 121

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

Shades of Windsor #463879

Tints of Windsor #463879

RGB

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

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

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

R = 28.34%
G = 22.67%
B = 48.99%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#463879 (or 0x463879) is known color: Windsor. HEX triplet: 46, 38 and 79. RGB value is (70,56,121). Sum of RGB (Red+Green+Blue) = 70+56+121=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 121 (47.66% from 255 or 48.99% from 247); Max value from RGB is 121 - color contains mainly: blue. Hex color #463879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463879 is #B9C786. Grayscale: #434343. Windows color (decimal): -12175239 or 7944262. OLE color: 7944262.

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

Color convert

RGB 70 56 121 -
CMYK 0.42 0.54 0 0.53
HSL 252.92º 0.37% 0.35% -
HSV(B) 252.92º 0.54% 0.47% -
XYZ 7.39 5.51 18.76 -
YUV 67.6 158.14 129.71 -
System Red Green Blue C M Y K H S L
Decimal 70 56 121 0.42 0.54 0 0.53 252.92 0.37 0.35
Hex 46 38 79 2A 36 0 35 FD 25 23
Octal 106 70 171 52 66 0 65 375 45 43
Binary 1000110 111000 1111001 101010 110110 0 110101 11111101 100101 100011

Color Harmonies of #463879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463879

Black with #463879

Text Example


Text Example

White with #463879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463879; }

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

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

background-color css

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

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

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

border-color css

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

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

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