Html Css Color HEX #492183 Windsor

📋 copy color: '#492183'

red 73 ◦ green 33 ◦ blue 131

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

Shades of Windsor #492183

Tints of Windsor #492183

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.92%

 BLUE value IS 131 (51.56% from 255) = 55.27%

R = 30.8%
G = 13.92%
B = 55.27%

CMYK

 C value IS 0.44

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#492183 (or 0x492183) is known color: Windsor. HEX triplet: 49, 21 and 83. RGB value is (73,33,131). Sum of RGB (Red+Green+Blue) = 73+33+131=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 131 (51.56% from 255 or 55.27% from 237); Max value from RGB is 131 - color contains mainly: blue. Hex color #492183 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492183 is #B6DE7C. Grayscale: #373737. Windows color (decimal): -11984509 or 8593737. OLE color: 8593737.

HSL color Cylindrical-coordinate representation of color #492183: hue angle of 264.49º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #492183 is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 33 131 -
CMYK 0.44 0.75 0 0.49
HSL 264.49º 0.6% 0.32% -
HSV(B) 264.49º 0.75% 0.51% -
XYZ 7.39 4.14 21.88 -
YUV 56.13 170.25 140.03 -
System Red Green Blue C M Y K H S L
Decimal 73 33 131 0.44 0.75 0 0.49 264.49 0.6 0.32
Hex 49 21 83 2C 4B 0 31 108 3C 20
Octal 111 41 203 54 113 0 61 410 74 40
Binary 1001001 100001 10000011 101100 1001011 0 110001 100001000 111100 100000

Color Harmonies of #492183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492183

Black with #492183

Text Example


Text Example

White with #492183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492183; }

 p { color: rgb(73,33,131); }

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

background-color css

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

 a { background-color: rgb(73,33,131); }

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

border-color css

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

 span { border-color: rgb(73,33,131); }

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