Html Css Color HEX #492F85 Windsor

📋 copy color: '#492F85'

red 73 ◦ green 47 ◦ blue 133

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

Shades of Windsor #492F85

Tints of Windsor #492F85

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.58%

 BLUE value IS 133 (52.34% from 255) = 52.57%

R = 28.85%
G = 18.58%
B = 52.57%

CMYK

 C value IS 0.45

 M value IS 0.65

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#492F85 (or 0x492F85) is known color: Windsor. HEX triplet: 49, 2F and 85. RGB value is (73,47,133). Sum of RGB (Red+Green+Blue) = 73+47+133=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #492F85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492F85 is #B6D07A. Grayscale: #404040. Windows color (decimal): -11980923 or 8728393. OLE color: 8728393.

HSL color Cylindrical-coordinate representation of color #492F85: hue angle of 258.14º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #492F85 is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 47 133 -
CMYK 0.45 0.65 0 0.48
HSL 258.14º 0.48% 0.35% -
HSV(B) 258.14º 0.65% 0.52% -
XYZ 8 5.14 22.76 -
YUV 64.58 166.61 134.01 -
System Red Green Blue C M Y K H S L
Decimal 73 47 133 0.45 0.65 0 0.48 258.14 0.48 0.35
Hex 49 2F 85 2D 41 0 30 102 30 23
Octal 111 57 205 55 101 0 60 402 60 43
Binary 1001001 101111 10000101 101101 1000001 0 110000 100000010 110000 100011

Color Harmonies of #492F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492F85

Black with #492F85

Text Example


Text Example

White with #492F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,47,133); }

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

background-color css

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

 a { background-color: rgb(73,47,133); }

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

border-color css

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

 span { border-color: rgb(73,47,133); }

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