Html Css Color HEX #493A7A Windsor

📋 copy color: '#493A7A'

red 73 ◦ green 58 ◦ blue 122

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

Shades of Windsor #493A7A

Tints of Windsor #493A7A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.92%

 BLUE value IS 122 (48.05% from 255) = 48.22%

R = 28.85%
G = 22.92%
B = 48.22%

CMYK

 C value IS 0.40

 M value IS 0.52

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#493A7A (or 0x493A7A) is known color: Windsor. HEX triplet: 49, 3A and 7A. RGB value is (73,58,122). Sum of RGB (Red+Green+Blue) = 73+58+122=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 122 (48.05% from 255 or 48.22% from 253); Max value from RGB is 122 - color contains mainly: blue. Hex color #493A7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493A7A is #B6C585. Grayscale: #454545. Windows color (decimal): -11978118 or 8010313. OLE color: 8010313.

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

Color convert

RGB 73 58 122 -
CMYK 0.40 0.52 0 0.52
HSL 254.06º 0.36% 0.35% -
HSV(B) 254.06º 0.52% 0.48% -
XYZ 7.77 5.85 19.13 -
YUV 69.78 157.47 130.3 -
System Red Green Blue C M Y K H S L
Decimal 73 58 122 0.40 0.52 0 0.52 254.06 0.36 0.35
Hex 49 3A 7A 28 34 0 34 FE 24 23
Octal 111 72 172 50 64 0 64 376 44 43
Binary 1001001 111010 1111010 101000 110100 0 110100 11111110 100100 100011

Color Harmonies of #493A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493A7A

Black with #493A7A

Text Example


Text Example

White with #493A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493A7A; }

 p { color: rgb(73,58,122); }

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

background-color css

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

 a { background-color: rgb(73,58,122); }

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

border-color css

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

 span { border-color: rgb(73,58,122); }

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