Html Css Color HEX #463575 Windsor

📋 copy color: '#463575'

red 70 ◦ green 53 ◦ blue 117

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

Shades of Windsor #463575

Tints of Windsor #463575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 48.75%

R = 29.17%
G = 22.08%
B = 48.75%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#463575 (or 0x463575) is known color: Windsor. HEX triplet: 46, 35 and 75. RGB value is (70,53,117). Sum of RGB (Red+Green+Blue) = 70+53+117=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 117 - color contains mainly: blue. Hex color #463575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463575 is #B9CA8A. Grayscale: #414141. Windows color (decimal): -12176011 or 7681350. OLE color: 7681350.

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

Color convert

RGB 70 53 117 -
CMYK 0.40 0.55 0 0.54
HSL 255.94º 0.38% 0.33% -
HSV(B) 255.94º 0.55% 0.46% -
XYZ 7.01 5.13 17.45 -
YUV 65.38 157.13 131.3 -
System Red Green Blue C M Y K H S L
Decimal 70 53 117 0.40 0.55 0 0.54 255.94 0.38 0.33
Hex 46 35 75 28 37 0 36 100 26 21
Octal 106 65 165 50 67 0 66 400 46 41
Binary 1000110 110101 1110101 101000 110111 0 110110 100000000 100110 100001

Color Harmonies of #463575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463575

Black with #463575

Text Example


Text Example

White with #463575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463575; }

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

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

background-color css

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

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

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

border-color css

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

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

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