Html Css Color HEX #492788 Windsor

📋 copy color: '#492788'

red 73 ◦ green 39 ◦ blue 136

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

Shades of Windsor #492788

Tints of Windsor #492788

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.73%

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

R = 29.44%
G = 15.73%
B = 54.84%

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

#492788 (or 0x492788) is known color: Windsor. HEX triplet: 49, 27 and 88. RGB value is (73,39,136). Sum of RGB (Red+Green+Blue) = 73+39+136=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 136 (53.52% from 255 or 54.84% from 248); Max value from RGB is 136 - color contains mainly: blue. Hex color #492788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492788 is #B6D877. Grayscale: #3B3B3B. Windows color (decimal): -11982968 or 8922953. OLE color: 8922953.

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

Color convert

RGB 73 39 136 -
CMYK 0.46 0.71 0 0.47
HSL 261.03º 0.55% 0.34% -
HSV(B) 261.03º 0.71% 0.53% -
XYZ 7.92 4.65 23.77 -
YUV 60.22 170.76 137.11 -
System Red Green Blue C M Y K H S L
Decimal 73 39 136 0.46 0.71 0 0.47 261.03 0.55 0.34
Hex 49 27 88 2E 47 0 2F 105 37 22
Octal 111 47 210 56 107 0 57 405 67 42
Binary 1001001 100111 10001000 101110 1000111 0 101111 100000101 110111 100010

Color Harmonies of #492788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492788

Black with #492788

Text Example


Text Example

White with #492788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492788; }

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

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

background-color css

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

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

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

border-color css

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

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

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