Html Css Color HEX #463178 Windsor

📋 copy color: '#463178'

red 70 ◦ green 49 ◦ blue 120

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

Shades of Windsor #463178

Tints of Windsor #463178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 50.21%

R = 29.29%
G = 20.5%
B = 50.21%

CMYK

 C value IS 0.42

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#463178 (or 0x463178) is known color: Windsor. HEX triplet: 46, 31 and 78. RGB value is (70,49,120). Sum of RGB (Red+Green+Blue) = 70+49+120=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 120 (47.27% from 255 or 50.21% from 239); Max value from RGB is 120 - color contains mainly: blue. Hex color #463178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463178 is #B9CE87. Grayscale: #3F3F3F. Windows color (decimal): -12177032 or 7876934. OLE color: 7876934.

HSL color Cylindrical-coordinate representation of color #463178: hue angle of 257.75º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #463178 is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 49 120 -
CMYK 0.42 0.59 0 0.53
HSL 257.75º 0.42% 0.33% -
HSV(B) 257.75º 0.59% 0.47% -
XYZ 7.01 4.85 18.34 -
YUV 63.37 159.96 132.73 -
System Red Green Blue C M Y K H S L
Decimal 70 49 120 0.42 0.59 0 0.53 257.75 0.42 0.33
Hex 46 31 78 2A 3B 0 35 102 2A 21
Octal 106 61 170 52 73 0 65 402 52 41
Binary 1000110 110001 1111000 101010 111011 0 110101 100000010 101010 100001

Color Harmonies of #463178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463178

Black with #463178

Text Example


Text Example

White with #463178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463178; }

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

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

background-color css

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

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

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

border-color css

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

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

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