Html Css Color HEX #49377B Windsor

📋 copy color: '#49377B'

red 73 ◦ green 55 ◦ blue 123

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

Shades of Windsor #49377B

Tints of Windsor #49377B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.91%

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

R = 29.08%
G = 21.91%
B = 49%

CMYK

 C value IS 0.41

 M value IS 0.55

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#49377B (or 0x49377B) is known color: Windsor. HEX triplet: 49, 37 and 7B. RGB value is (73,55,123). Sum of RGB (Red+Green+Blue) = 73+55+123=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 123 (48.44% from 255 or 49.00% from 251); Max value from RGB is 123 - color contains mainly: blue. Hex color #49377B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49377B is #B6C884. Grayscale: #434343. Windows color (decimal): -11978885 or 8075081. OLE color: 8075081.

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

Color convert

RGB 73 55 123 -
CMYK 0.41 0.55 0 0.52
HSL 255.88º 0.38% 0.35% -
HSV(B) 255.88º 0.55% 0.48% -
XYZ 7.69 5.58 19.41 -
YUV 68.13 158.96 131.47 -
System Red Green Blue C M Y K H S L
Decimal 73 55 123 0.41 0.55 0 0.52 255.88 0.38 0.35
Hex 49 37 7B 29 37 0 34 100 26 23
Octal 111 67 173 51 67 0 64 400 46 43
Binary 1001001 110111 1111011 101001 110111 0 110100 100000000 100110 100011

Color Harmonies of #49377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49377B

Black with #49377B

Text Example


Text Example

White with #49377B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49377B; }

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

 H1.HeaderClassName
 {
   color: #49377B;
 }
 .AnyTagClassName
 {
   color: #49377B;
 }
</style>

background-color css

<style>
 a { background-color: #49377B; }

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

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

border-color css

<style>
 span { border-color: #49377B; }

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

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