Html Css Color HEX #463476 Windsor

📋 copy color: '#463476'

red 70 ◦ green 52 ◦ blue 118

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

Shades of Windsor #463476

Tints of Windsor #463476

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.67%

 BLUE value IS 118 (46.48% from 255) = 49.17%

R = 29.17%
G = 21.67%
B = 49.17%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#463476 (or 0x463476) is known color: Windsor. HEX triplet: 46, 34 and 76. RGB value is (70,52,118). Sum of RGB (Red+Green+Blue) = 70+52+118=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 118 - color contains mainly: blue. Hex color #463476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463476 is #B9CB89. Grayscale: #404040. Windows color (decimal): -12176266 or 7746630. OLE color: 7746630.

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

Color convert

RGB 70 52 118 -
CMYK 0.41 0.56 0 0.54
HSL 256.36º 0.39% 0.33% -
HSV(B) 256.36º 0.56% 0.46% -
XYZ 7.02 5.07 17.75 -
YUV 64.91 157.96 131.63 -
System Red Green Blue C M Y K H S L
Decimal 70 52 118 0.41 0.56 0 0.54 256.36 0.39 0.33
Hex 46 34 76 29 38 0 36 100 27 21
Octal 106 64 166 51 70 0 66 400 47 41
Binary 1000110 110100 1110110 101001 111000 0 110110 100000000 100111 100001

Color Harmonies of #463476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463476

Black with #463476

Text Example


Text Example

White with #463476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463476; }

 p { color: rgb(70,52,118); }

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

background-color css

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

 a { background-color: rgb(70,52,118); }

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

border-color css

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

 span { border-color: rgb(70,52,118); }

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