Html Css Color HEX #492C78 Windsor

📋 copy color: '#492C78'

red 73 ◦ green 44 ◦ blue 120

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

Shades of Windsor #492C78

Tints of Windsor #492C78

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.57%

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

R = 30.8%
G = 18.57%
B = 50.63%

CMYK

 C value IS 0.39

 M value IS 0.63

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#492C78 (or 0x492C78) is known color: Windsor. HEX triplet: 49, 2C and 78. RGB value is (73,44,120). Sum of RGB (Red+Green+Blue) = 73+44+120=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 120 (47.27% from 255 or 50.63% from 237); Max value from RGB is 120 - color contains mainly: blue. Hex color #492C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492C78 is #B6D387. Grayscale: #3D3D3D. Windows color (decimal): -11981704 or 7875657. OLE color: 7875657.

HSL color Cylindrical-coordinate representation of color #492C78: hue angle of 262.89º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #492C78 is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 44 120 -
CMYK 0.39 0.63 0 0.53
HSL 262.89º 0.46% 0.32% -
HSV(B) 262.89º 0.63% 0.47% -
XYZ 7.04 4.57 18.28 -
YUV 61.34 161.11 136.32 -
System Red Green Blue C M Y K H S L
Decimal 73 44 120 0.39 0.63 0 0.53 262.89 0.46 0.32
Hex 49 2C 78 27 3F 0 35 107 2E 20
Octal 111 54 170 47 77 0 65 407 56 40
Binary 1001001 101100 1111000 100111 111111 0 110101 100000111 101110 100000

Color Harmonies of #492C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492C78

Black with #492C78

Text Example


Text Example

White with #492C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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