Html Css Color HEX #492384 Windsor

📋 copy color: '#492384'

red 73 ◦ green 35 ◦ blue 132

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

Shades of Windsor #492384

Tints of Windsor #492384

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.58%

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

R = 30.42%
G = 14.58%
B = 55%

CMYK

 C value IS 0.45

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#492384 (or 0x492384) is known color: Windsor. HEX triplet: 49, 23 and 84. RGB value is (73,35,132). Sum of RGB (Red+Green+Blue) = 73+35+132=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 132 (51.95% from 255 or 55% from 240); Max value from RGB is 132 - color contains mainly: blue. Hex color #492384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492384 is #B6DC7B. Grayscale: #393939. Windows color (decimal): -11983996 or 8659785. OLE color: 8659785.

HSL color Cylindrical-coordinate representation of color #492384: hue angle of 263.51º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #492384 is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 35 132 -
CMYK 0.45 0.73 0 0.48
HSL 263.51º 0.58% 0.33% -
HSV(B) 263.51º 0.73% 0.52% -
XYZ 7.51 4.28 22.26 -
YUV 57.42 170.09 139.11 -
System Red Green Blue C M Y K H S L
Decimal 73 35 132 0.45 0.73 0 0.48 263.51 0.58 0.33
Hex 49 23 84 2D 49 0 30 108 3A 21
Octal 111 43 204 55 111 0 60 410 72 41
Binary 1001001 100011 10000100 101101 1001001 0 110000 100001000 111010 100001

Color Harmonies of #492384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492384

Black with #492384

Text Example


Text Example

White with #492384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492384; }

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

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

background-color css

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

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

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

border-color css

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

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

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