Html Css Color HEX #463779 Windsor

📋 copy color: '#463779'

red 70 ◦ green 55 ◦ blue 121

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

Shades of Windsor #463779

Tints of Windsor #463779

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.36%

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

R = 28.46%
G = 22.36%
B = 49.19%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#463779 (or 0x463779) is known color: Windsor. HEX triplet: 46, 37 and 79. RGB value is (70,55,121). Sum of RGB (Red+Green+Blue) = 70+55+121=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 121 (47.66% from 255 or 49.19% from 246); Max value from RGB is 121 - color contains mainly: blue. Hex color #463779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463779 is #B9C886. Grayscale: #424242. Windows color (decimal): -12175495 or 7944006. OLE color: 7944006.

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

Color convert

RGB 70 55 121 -
CMYK 0.42 0.55 0 0.53
HSL 253.64º 0.38% 0.35% -
HSV(B) 253.64º 0.55% 0.47% -
XYZ 7.34 5.41 18.75 -
YUV 67.01 158.47 130.13 -
System Red Green Blue C M Y K H S L
Decimal 70 55 121 0.42 0.55 0 0.53 253.64 0.38 0.35
Hex 46 37 79 2A 37 0 35 FE 26 23
Octal 106 67 171 52 67 0 65 376 46 43
Binary 1000110 110111 1111001 101010 110111 0 110101 11111110 100110 100011

Color Harmonies of #463779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463779

Black with #463779

Text Example


Text Example

White with #463779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463779; }

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

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

background-color css

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

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

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

border-color css

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

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

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