Html Css Color HEX #492479 Windsor

📋 copy color: '#492479'

red 73 ◦ green 36 ◦ blue 121

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

Shades of Windsor #492479

Tints of Windsor #492479

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.65%

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

R = 31.74%
G = 15.65%
B = 52.61%

CMYK

 C value IS 0.40

 M value IS 0.70

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#492479 (or 0x492479) is known color: Windsor. HEX triplet: 49, 24 and 79. RGB value is (73,36,121). Sum of RGB (Red+Green+Blue) = 73+36+121=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 121 (47.66% from 255 or 52.61% from 230); Max value from RGB is 121 - color contains mainly: blue. Hex color #492479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492479 is #B6DB86. Grayscale: #383838. Windows color (decimal): -11983751 or 7939145. OLE color: 7939145.

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

Color convert

RGB 73 36 121 -
CMYK 0.40 0.70 0 0.53
HSL 266.12º 0.54% 0.31% -
HSV(B) 266.12º 0.7% 0.47% -
XYZ 6.83 4.06 18.51 -
YUV 56.75 164.26 139.59 -
System Red Green Blue C M Y K H S L
Decimal 73 36 121 0.40 0.70 0 0.53 266.12 0.54 0.31
Hex 49 24 79 28 46 0 35 10A 36 1F
Octal 111 44 171 50 106 0 65 412 66 37
Binary 1001001 100100 1111001 101000 1000110 0 110101 100001010 110110 11111

Color Harmonies of #492479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492479

Black with #492479

Text Example


Text Example

White with #492479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492479; }

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

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

background-color css

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

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

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

border-color css

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

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

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