Html Css Color HEX #493A7B Windsor

📋 copy color: '#493A7B'

red 73 ◦ green 58 ◦ blue 123

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

Shades of Windsor #493A7B

Tints of Windsor #493A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 48.43%

R = 28.74%
G = 22.83%
B = 48.43%

CMYK

 C value IS 0.41

 M value IS 0.53

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#493A7B (or 0x493A7B) is known color: Windsor. HEX triplet: 49, 3A and 7B. RGB value is (73,58,123). Sum of RGB (Red+Green+Blue) = 73+58+123=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #493A7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493A7B is #B6C584. Grayscale: #454545. Windows color (decimal): -11978117 or 8075849. OLE color: 8075849.

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

Color convert

RGB 73 58 123 -
CMYK 0.41 0.53 0 0.52
HSL 253.85º 0.36% 0.35% -
HSV(B) 253.85º 0.53% 0.48% -
XYZ 7.84 5.87 19.46 -
YUV 69.9 157.97 130.21 -
System Red Green Blue C M Y K H S L
Decimal 73 58 123 0.41 0.53 0 0.52 253.85 0.36 0.35
Hex 49 3A 7B 29 35 0 34 FE 24 23
Octal 111 72 173 51 65 0 64 376 44 43
Binary 1001001 111010 1111011 101001 110101 0 110100 11111110 100100 100011

Color Harmonies of #493A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493A7B

Black with #493A7B

Text Example


Text Example

White with #493A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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