Html Css Color HEX #492779 Windsor

📋 copy color: '#492779'

red 73 ◦ green 39 ◦ blue 121

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

Shades of Windsor #492779

Tints of Windsor #492779

RGB

 RED value IS 73 (28.91% from 255) = 31.33%

 GREEN value IS 39 (15.63% from 255) = 16.74%

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

R = 31.33%
G = 16.74%
B = 51.93%

CMYK

 C value IS 0.40

 M value IS 0.68

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#492779 (or 0x492779) is known color: Windsor. HEX triplet: 49, 27 and 79. RGB value is (73,39,121). Sum of RGB (Red+Green+Blue) = 73+39+121=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 121 (47.66% from 255 or 51.93% from 233); Max value from RGB is 121 - color contains mainly: blue. Hex color #492779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492779 is #B6D886. Grayscale: #3A3A3A. Windows color (decimal): -11982983 or 7939913. OLE color: 7939913.

HSL color Cylindrical-coordinate representation of color #492779: hue angle of 264.88º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #492779 is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 39 121 -
CMYK 0.40 0.68 0 0.53
HSL 264.88º 0.51% 0.31% -
HSV(B) 264.88º 0.68% 0.47% -
XYZ 6.92 4.25 18.54 -
YUV 58.51 163.26 138.33 -
System Red Green Blue C M Y K H S L
Decimal 73 39 121 0.40 0.68 0 0.53 264.88 0.51 0.31
Hex 49 27 79 28 44 0 35 109 33 1F
Octal 111 47 171 50 104 0 65 411 63 37
Binary 1001001 100111 1111001 101000 1000100 0 110101 100001001 110011 11111

Color Harmonies of #492779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492779

Black with #492779

Text Example


Text Example

White with #492779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492779; }

 p { color: rgb(73,39,121); }

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

background-color css

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

 a { background-color: rgb(73,39,121); }

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

border-color css

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

 span { border-color: rgb(73,39,121); }

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