Html Css Color HEX #463778 Windsor

📋 copy color: '#463778'

red 70 ◦ green 55 ◦ blue 120

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

Shades of Windsor #463778

Tints of Windsor #463778

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.45%

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

R = 28.57%
G = 22.45%
B = 48.98%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#463778 (or 0x463778) is known color: Windsor. HEX triplet: 46, 37 and 78. RGB value is (70,55,120). Sum of RGB (Red+Green+Blue) = 70+55+120=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #463778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463778 is #B9C887. Grayscale: #424242. Windows color (decimal): -12175496 or 7878470. OLE color: 7878470.

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

Color convert

RGB 70 55 120 -
CMYK 0.42 0.54 0 0.53
HSL 253.85º 0.37% 0.34% -
HSV(B) 253.85º 0.54% 0.47% -
XYZ 7.28 5.39 18.43 -
YUV 66.9 157.97 130.21 -
System Red Green Blue C M Y K H S L
Decimal 70 55 120 0.42 0.54 0 0.53 253.85 0.37 0.34
Hex 46 37 78 2A 36 0 35 FE 25 22
Octal 106 67 170 52 66 0 65 376 45 42
Binary 1000110 110111 1111000 101010 110110 0 110101 11111110 100101 100010

Color Harmonies of #463778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463778

Black with #463778

Text Example


Text Example

White with #463778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463778; }

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

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

background-color css

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

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

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

border-color css

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

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

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