Html Css Color HEX #463679 Windsor

📋 copy color: '#463679'

red 70 ◦ green 54 ◦ blue 121

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

Shades of Windsor #463679

Tints of Windsor #463679

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.04%

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

R = 28.57%
G = 22.04%
B = 49.39%

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

#463679 (or 0x463679) is known color: Windsor. HEX triplet: 46, 36 and 79. RGB value is (70,54,121). Sum of RGB (Red+Green+Blue) = 70+54+121=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 121 (47.66% from 255 or 49.39% from 245); Max value from RGB is 121 - color contains mainly: blue. Hex color #463679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463679 is #B9C986. Grayscale: #424242. Windows color (decimal): -12175751 or 7943750. OLE color: 7943750.

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

Color convert

RGB 70 54 121 -
CMYK 0.42 0.55 0 0.53
HSL 254.33º 0.38% 0.34% -
HSV(B) 254.33º 0.55% 0.47% -
XYZ 7.3 5.32 18.73 -
YUV 66.42 158.8 130.55 -
System Red Green Blue C M Y K H S L
Decimal 70 54 121 0.42 0.55 0 0.53 254.33 0.38 0.34
Hex 46 36 79 2A 37 0 35 FE 26 22
Octal 106 66 171 52 67 0 65 376 46 42
Binary 1000110 110110 1111001 101010 110111 0 110101 11111110 100110 100010

Color Harmonies of #463679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463679

Black with #463679

Text Example


Text Example

White with #463679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463679; }

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

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

background-color css

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

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

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

border-color css

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

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

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