Html Css Color HEX #463077 Windsor

📋 copy color: '#463077'

red 70 ◦ green 48 ◦ blue 119

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

Shades of Windsor #463077

Tints of Windsor #463077

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.25%

 BLUE value IS 119 (46.88% from 255) = 50.21%

R = 29.54%
G = 20.25%
B = 50.21%

CMYK

 C value IS 0.41

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#463077 (or 0x463077) is known color: Windsor. HEX triplet: 46, 30 and 77. RGB value is (70,48,119). Sum of RGB (Red+Green+Blue) = 70+48+119=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #463077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463077 is #B9CF88. Grayscale: #3E3E3E. Windows color (decimal): -12177289 or 7811142. OLE color: 7811142.

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

Color convert

RGB 70 48 119 -
CMYK 0.41 0.60 0 0.53
HSL 258.59º 0.43% 0.33% -
HSV(B) 258.59º 0.6% 0.47% -
XYZ 6.91 4.75 18 -
YUV 62.67 159.79 133.23 -
System Red Green Blue C M Y K H S L
Decimal 70 48 119 0.41 0.60 0 0.53 258.59 0.43 0.33
Hex 46 30 77 29 3C 0 35 103 2B 21
Octal 106 60 167 51 74 0 65 403 53 41
Binary 1000110 110000 1110111 101001 111100 0 110101 100000011 101011 100001

Color Harmonies of #463077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463077

Black with #463077

Text Example


Text Example

White with #463077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463077; }

 p { color: rgb(70,48,119); }

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

background-color css

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

 a { background-color: rgb(70,48,119); }

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

border-color css

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

 span { border-color: rgb(70,48,119); }

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