Html Css Color HEX #463175 Windsor

📋 copy color: '#463175'

red 70 ◦ green 49 ◦ blue 117

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

Shades of Windsor #463175

Tints of Windsor #463175

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.76%

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

R = 29.66%
G = 20.76%
B = 49.58%

CMYK

 C value IS 0.40

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#463175 (or 0x463175) is known color: Windsor. HEX triplet: 46, 31 and 75. RGB value is (70,49,117). Sum of RGB (Red+Green+Blue) = 70+49+117=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #463175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463175 is #B9CE8A. Grayscale: #3E3E3E. Windows color (decimal): -12177035 or 7680326. OLE color: 7680326.

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

Color convert

RGB 70 49 117 -
CMYK 0.40 0.58 0 0.54
HSL 258.53º 0.41% 0.33% -
HSV(B) 258.53º 0.58% 0.46% -
XYZ 6.83 4.78 17.39 -
YUV 63.03 158.46 132.97 -
System Red Green Blue C M Y K H S L
Decimal 70 49 117 0.40 0.58 0 0.54 258.53 0.41 0.33
Hex 46 31 75 28 3A 0 36 103 29 21
Octal 106 61 165 50 72 0 66 403 51 41
Binary 1000110 110001 1110101 101000 111010 0 110110 100000011 101001 100001

Color Harmonies of #463175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463175

Black with #463175

Text Example


Text Example

White with #463175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463175; }

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

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

background-color css

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

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

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

border-color css

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

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

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