Html Css Color HEX #463674 Windsor

📋 copy color: '#463674'

red 70 ◦ green 54 ◦ blue 116

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

Shades of Windsor #463674

Tints of Windsor #463674

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.5%

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

R = 29.17%
G = 22.5%
B = 48.33%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#463674 (or 0x463674) is known color: Windsor. HEX triplet: 46, 36 and 74. RGB value is (70,54,116). Sum of RGB (Red+Green+Blue) = 70+54+116=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 116 (45.70% from 255 or 48.33% from 240); Max value from RGB is 116 - color contains mainly: blue. Hex color #463674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463674 is #B9C98B. Grayscale: #414141. Windows color (decimal): -12175756 or 7616070. OLE color: 7616070.

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

Color convert

RGB 70 54 116 -
CMYK 0.40 0.53 0 0.55
HSL 255.48º 0.36% 0.33% -
HSV(B) 255.48º 0.53% 0.45% -
XYZ 7 5.2 17.16 -
YUV 65.85 156.3 130.96 -
System Red Green Blue C M Y K H S L
Decimal 70 54 116 0.40 0.53 0 0.55 255.48 0.36 0.33
Hex 46 36 74 28 35 0 37 FF 24 21
Octal 106 66 164 50 65 0 67 377 44 41
Binary 1000110 110110 1110100 101000 110101 0 110111 11111111 100100 100001

Color Harmonies of #463674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463674

Black with #463674

Text Example


Text Example

White with #463674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463674; }

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

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

background-color css

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

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

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

border-color css

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

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

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