Html Css Color HEX #463573 Windsor

📋 copy color: '#463573'

red 70 ◦ green 53 ◦ blue 115

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

Shades of Windsor #463573

Tints of Windsor #463573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 48.32%

R = 29.41%
G = 22.27%
B = 48.32%

CMYK

 C value IS 0.39

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#463573 (or 0x463573) is known color: Windsor. HEX triplet: 46, 35 and 73. RGB value is (70,53,115). Sum of RGB (Red+Green+Blue) = 70+53+115=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 115 (45.31% from 255 or 48.32% from 238); Max value from RGB is 115 - color contains mainly: blue. Hex color #463573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463573 is #B9CA8C. Grayscale: #404040. Windows color (decimal): -12176013 or 7550278. OLE color: 7550278.

HSL color Cylindrical-coordinate representation of color #463573: hue angle of 256.45º 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 #463573 is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 53 115 -
CMYK 0.39 0.54 0 0.55
HSL 256.45º 0.37% 0.33% -
HSV(B) 256.45º 0.54% 0.45% -
XYZ 6.89 5.09 16.84 -
YUV 65.15 156.13 131.46 -
System Red Green Blue C M Y K H S L
Decimal 70 53 115 0.39 0.54 0 0.55 256.45 0.37 0.33
Hex 46 35 73 27 36 0 37 100 25 21
Octal 106 65 163 47 66 0 67 400 45 41
Binary 1000110 110101 1110011 100111 110110 0 110111 100000000 100101 100001

Color Harmonies of #463573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463573

Black with #463573

Text Example


Text Example

White with #463573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463573; }

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

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

background-color css

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

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

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

border-color css

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

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

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