Html Css Color HEX #492778 Windsor

📋 copy color: '#492778'

red 73 ◦ green 39 ◦ blue 120

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

Shades of Windsor #492778

Tints of Windsor #492778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 51.72%

R = 31.47%
G = 16.81%
B = 51.72%

CMYK

 C value IS 0.39

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#492778 (or 0x492778) is known color: Windsor. HEX triplet: 49, 27 and 78. RGB value is (73,39,120). Sum of RGB (Red+Green+Blue) = 73+39+120=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #492778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492778 is #B6D887. Grayscale: #3A3A3A. Windows color (decimal): -11982984 or 7874377. OLE color: 7874377.

HSL color Cylindrical-coordinate representation of color #492778: hue angle of 265.19º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #492778 is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 39 120 -
CMYK 0.39 0.67 0 0.53
HSL 265.19º 0.51% 0.31% -
HSV(B) 265.19º 0.68% 0.47% -
XYZ 6.86 4.22 18.22 -
YUV 58.4 162.76 138.41 -
System Red Green Blue C M Y K H S L
Decimal 73 39 120 0.39 0.67 0 0.53 265.19 0.51 0.31
Hex 49 27 78 27 43 0 35 109 33 1F
Octal 111 47 170 47 103 0 65 411 63 37
Binary 1001001 100111 1111000 100111 1000011 0 110101 100001001 110011 11111

Color Harmonies of #492778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492778

Black with #492778

Text Example


Text Example

White with #492778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492778; }

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

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

background-color css

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

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

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

border-color css

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

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

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