Html Css Color HEX #492888 Windsor

📋 copy color: '#492888'

red 73 ◦ green 40 ◦ blue 136

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

Shades of Windsor #492888

Tints of Windsor #492888

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.06%

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

R = 29.32%
G = 16.06%
B = 54.62%

CMYK

 C value IS 0.46

 M value IS 0.71

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#492888 (or 0x492888) is known color: Windsor. HEX triplet: 49, 28 and 88. RGB value is (73,40,136). Sum of RGB (Red+Green+Blue) = 73+40+136=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 136 (53.52% from 255 or 54.62% from 249); Max value from RGB is 136 - color contains mainly: blue. Hex color #492888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492888 is #B6D777. Grayscale: #3C3C3C. Windows color (decimal): -11982712 or 8923209. OLE color: 8923209.

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

Color convert

RGB 73 40 136 -
CMYK 0.46 0.71 0 0.47
HSL 260.63º 0.55% 0.35% -
HSV(B) 260.63º 0.71% 0.53% -
XYZ 7.95 4.71 23.78 -
YUV 60.81 170.43 136.69 -
System Red Green Blue C M Y K H S L
Decimal 73 40 136 0.46 0.71 0 0.47 260.63 0.55 0.35
Hex 49 28 88 2E 47 0 2F 105 37 23
Octal 111 50 210 56 107 0 57 405 67 43
Binary 1001001 101000 10001000 101110 1000111 0 101111 100000101 110111 100011

Color Harmonies of #492888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492888

Black with #492888

Text Example


Text Example

White with #492888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492888; }

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

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

background-color css

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

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

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

border-color css

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

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

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