Html Css Color HEX #492C84 Windsor

📋 copy color: '#492C84'

red 73 ◦ green 44 ◦ blue 132

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

Shades of Windsor #492C84

Tints of Windsor #492C84

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.67%

 BLUE value IS 132 (51.95% from 255) = 53.01%

R = 29.32%
G = 17.67%
B = 53.01%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#492C84 (or 0x492C84) is known color: Windsor. HEX triplet: 49, 2C and 84. RGB value is (73,44,132). Sum of RGB (Red+Green+Blue) = 73+44+132=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 132 (51.95% from 255 or 53.01% from 249); Max value from RGB is 132 - color contains mainly: blue. Hex color #492C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492C84 is #B6D37B. Grayscale: #3E3E3E. Windows color (decimal): -11981692 or 8662089. OLE color: 8662089.

HSL color Cylindrical-coordinate representation of color #492C84: hue angle of 259.77º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #492C84 is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 44 132 -
CMYK 0.45 0.67 0 0.48
HSL 259.77º 0.5% 0.35% -
HSV(B) 259.77º 0.67% 0.52% -
XYZ 7.81 4.88 22.36 -
YUV 62.7 167.11 135.34 -
System Red Green Blue C M Y K H S L
Decimal 73 44 132 0.45 0.67 0 0.48 259.77 0.5 0.35
Hex 49 2C 84 2D 43 0 30 104 32 23
Octal 111 54 204 55 103 0 60 404 62 43
Binary 1001001 101100 10000100 101101 1000011 0 110000 100000100 110010 100011

Color Harmonies of #492C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492C84

Black with #492C84

Text Example


Text Example

White with #492C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492C84; }

 p { color: rgb(73,44,132); }

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

background-color css

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

 a { background-color: rgb(73,44,132); }

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

border-color css

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

 span { border-color: rgb(73,44,132); }

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