Html Css Color HEX #463278 Windsor

📋 copy color: '#463278'

red 70 ◦ green 50 ◦ blue 120

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

Shades of Windsor #463278

Tints of Windsor #463278

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.83%

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

R = 29.17%
G = 20.83%
B = 50%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#463278 (or 0x463278) is known color: Windsor. HEX triplet: 46, 32 and 78. RGB value is (70,50,120). Sum of RGB (Red+Green+Blue) = 70+50+120=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: blue. Hex color #463278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463278 is #B9CD87. Grayscale: #3F3F3F. Windows color (decimal): -12176776 or 7877190. OLE color: 7877190.

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

Color convert

RGB 70 50 120 -
CMYK 0.42 0.58 0 0.53
HSL 257.14º 0.41% 0.33% -
HSV(B) 257.14º 0.58% 0.47% -
XYZ 7.06 4.94 18.35 -
YUV 63.96 159.63 132.31 -
System Red Green Blue C M Y K H S L
Decimal 70 50 120 0.42 0.58 0 0.53 257.14 0.41 0.33
Hex 46 32 78 2A 3A 0 35 101 29 21
Octal 106 62 170 52 72 0 65 401 51 41
Binary 1000110 110010 1111000 101010 111010 0 110101 100000001 101001 100001

Color Harmonies of #463278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463278

Black with #463278

Text Example


Text Example

White with #463278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463278; }

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

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

background-color css

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

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

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

border-color css

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

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

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