Html Css Color HEX #463574 Windsor

📋 copy color: '#463574'

red 70 ◦ green 53 ◦ blue 116

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

Shades of Windsor #463574

Tints of Windsor #463574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 48.54%

R = 29.29%
G = 22.18%
B = 48.54%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#463574 (or 0x463574) is known color: Windsor. HEX triplet: 46, 35 and 74. RGB value is (70,53,116). Sum of RGB (Red+Green+Blue) = 70+53+116=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 116 (45.70% from 255 or 48.54% from 239); Max value from RGB is 116 - color contains mainly: blue. Hex color #463574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463574 is #B9CA8B. Grayscale: #414141. Windows color (decimal): -12176012 or 7615814. OLE color: 7615814.

HSL color Cylindrical-coordinate representation of color #463574: hue angle of 256.19º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #463574 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 53 116 -
CMYK 0.40 0.54 0 0.55
HSL 256.19º 0.37% 0.33% -
HSV(B) 256.19º 0.54% 0.45% -
XYZ 6.95 5.11 17.14 -
YUV 65.27 156.63 131.38 -
System Red Green Blue C M Y K H S L
Decimal 70 53 116 0.40 0.54 0 0.55 256.19 0.37 0.33
Hex 46 35 74 28 36 0 37 100 25 21
Octal 106 65 164 50 66 0 67 400 45 41
Binary 1000110 110101 1110100 101000 110110 0 110111 100000000 100101 100001

Color Harmonies of #463574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463574

Black with #463574

Text Example


Text Example

White with #463574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463574; }

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

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

background-color css

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

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

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

border-color css

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

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

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