Html Css Color HEX #463474 Windsor

📋 copy color: '#463474'

red 70 ◦ green 52 ◦ blue 116

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

Shades of Windsor #463474

Tints of Windsor #463474

RGB

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

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

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

R = 29.41%
G = 21.85%
B = 48.74%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#463474 (or 0x463474) is known color: Windsor. HEX triplet: 46, 34 and 74. RGB value is (70,52,116). Sum of RGB (Red+Green+Blue) = 70+52+116=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 116 (45.70% from 255 or 48.74% from 238); Max value from RGB is 116 - color contains mainly: blue. Hex color #463474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463474 is #B9CB8B. Grayscale: #404040. Windows color (decimal): -12176268 or 7615558. OLE color: 7615558.

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

Color convert

RGB 70 52 116 -
CMYK 0.40 0.55 0 0.55
HSL 256.88º 0.38% 0.33% -
HSV(B) 256.88º 0.55% 0.45% -
XYZ 6.91 5.02 17.13 -
YUV 64.68 156.96 131.8 -
System Red Green Blue C M Y K H S L
Decimal 70 52 116 0.40 0.55 0 0.55 256.88 0.38 0.33
Hex 46 34 74 28 37 0 37 101 26 21
Octal 106 64 164 50 67 0 67 401 46 41
Binary 1000110 110100 1110100 101000 110111 0 110111 100000001 100110 100001

Color Harmonies of #463474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463474

Black with #463474

Text Example


Text Example

White with #463474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463474; }

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

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

background-color css

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

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

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

border-color css

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

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

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