Html Css Color HEX #492C7F Windsor

📋 copy color: '#492C7F'

red 73 ◦ green 44 ◦ blue 127

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

Shades of Windsor #492C7F

Tints of Windsor #492C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 52.05%

R = 29.92%
G = 18.03%
B = 52.05%

CMYK

 C value IS 0.43

 M value IS 0.65

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#492C7F (or 0x492C7F) is known color: Windsor. HEX triplet: 49, 2C and 7F. RGB value is (73,44,127). Sum of RGB (Red+Green+Blue) = 73+44+127=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 44 (17.58% from 255 or 18.03% from 244); Blue value is 127 (50% from 255 or 52.05% from 244); Max value from RGB is 127 - color contains mainly: blue. Hex color #492C7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492C7F is #B6D380. Grayscale: #3D3D3D. Windows color (decimal): -11981697 or 8334409. OLE color: 8334409.

HSL color Cylindrical-coordinate representation of color #492C7F: hue angle of 260.96º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #492C7F is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 44 127 -
CMYK 0.43 0.65 0 0.50
HSL 260.96º 0.49% 0.34% -
HSV(B) 260.96º 0.65% 0.5% -
XYZ 7.48 4.75 20.6 -
YUV 62.13 164.61 135.75 -
System Red Green Blue C M Y K H S L
Decimal 73 44 127 0.43 0.65 0 0.50 260.96 0.49 0.34
Hex 49 2C 7F 2B 41 0 32 105 31 22
Octal 111 54 177 53 101 0 62 405 61 42
Binary 1001001 101100 1111111 101011 1000001 0 110010 100000101 110001 100010

Color Harmonies of #492C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492C7F

Black with #492C7F

Text Example


Text Example

White with #492C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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