Html Css Color HEX #463079 Windsor

📋 copy color: '#463079'

red 70 ◦ green 48 ◦ blue 121

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

Shades of Windsor #463079

Tints of Windsor #463079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 50.63%

R = 29.29%
G = 20.08%
B = 50.63%

CMYK

 C value IS 0.42

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#463079 (or 0x463079) is known color: Windsor. HEX triplet: 46, 30 and 79. RGB value is (70,48,121). Sum of RGB (Red+Green+Blue) = 70+48+121=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 121 (47.66% from 255 or 50.63% from 239); Max value from RGB is 121 - color contains mainly: blue. Hex color #463079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463079 is #B9CF86. Grayscale: #3E3E3E. Windows color (decimal): -12177287 or 7942214. OLE color: 7942214.

HSL color Cylindrical-coordinate representation of color #463079: hue angle of 258.08º 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 #463079 is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 48 121 -
CMYK 0.42 0.60 0 0.53
HSL 258.08º 0.43% 0.33% -
HSV(B) 258.08º 0.6% 0.47% -
XYZ 7.03 4.8 18.64 -
YUV 62.9 160.79 133.06 -
System Red Green Blue C M Y K H S L
Decimal 70 48 121 0.42 0.60 0 0.53 258.08 0.43 0.33
Hex 46 30 79 2A 3C 0 35 102 2B 21
Octal 106 60 171 52 74 0 65 402 53 41
Binary 1000110 110000 1111001 101010 111100 0 110101 100000010 101011 100001

Color Harmonies of #463079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463079

Black with #463079

Text Example


Text Example

White with #463079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463079; }

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

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

background-color css

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

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

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

border-color css

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

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

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