Html Css Color HEX #492988 Windsor

📋 copy color: '#492988'

red 73 ◦ green 41 ◦ blue 136

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

Shades of Windsor #492988

Tints of Windsor #492988

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.4%

 BLUE value IS 136 (53.52% from 255) = 54.4%

R = 29.2%
G = 16.4%
B = 54.4%

CMYK

 C value IS 0.46

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#492988 (or 0x492988) is known color: Windsor. HEX triplet: 49, 29 and 88. RGB value is (73,41,136). Sum of RGB (Red+Green+Blue) = 73+41+136=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #492988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492988 is #B6D677. Grayscale: #3D3D3D. Windows color (decimal): -11982456 or 8923465. OLE color: 8923465.

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

Color convert

RGB 73 41 136 -
CMYK 0.46 0.70 0 0.47
HSL 260.21º 0.54% 0.35% -
HSV(B) 260.21º 0.7% 0.53% -
XYZ 7.98 4.78 23.79 -
YUV 61.4 170.1 136.28 -
System Red Green Blue C M Y K H S L
Decimal 73 41 136 0.46 0.70 0 0.47 260.21 0.54 0.35
Hex 49 29 88 2E 46 0 2F 104 36 23
Octal 111 51 210 56 106 0 57 404 66 43
Binary 1001001 101001 10001000 101110 1000110 0 101111 100000100 110110 100011

Color Harmonies of #492988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492988

Black with #492988

Text Example


Text Example

White with #492988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492988; }

 p { color: rgb(73,41,136); }

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

background-color css

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

 a { background-color: rgb(73,41,136); }

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

border-color css

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

 span { border-color: rgb(73,41,136); }

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