Html Css Color HEX #4A3779 Windsor

📋 copy color: '#4A3779'

red 74 ◦ green 55 ◦ blue 121

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

Shades of Windsor #4A3779

Tints of Windsor #4A3779

RGB

 RED value IS 74 (29.3% from 255) = 29.6%

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

 BLUE value IS 121 (47.66% from 255) = 48.4%

R = 29.6%
G = 22%
B = 48.4%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4A3779 (or 0x4A3779) is known color: Windsor. HEX triplet: 4A, 37 and 79. RGB value is (74,55,121). Sum of RGB (Red+Green+Blue) = 74+55+121=250 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.6% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 121 (47.66% from 255 or 48.4% from 250); Max value from RGB is 121 - color contains mainly: blue. Hex color #4A3779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3779 is #B5C886. Grayscale: #434343. Windows color (decimal): -11913351 or 7944010. OLE color: 7944010.

HSL color Cylindrical-coordinate representation of color #4A3779: hue angle of 257.27º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4A3779 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 74 55 121 -
CMYK 0.39 0.55 0 0.53
HSL 257.27º 0.38% 0.35% -
HSV(B) 257.27º 0.55% 0.47% -
XYZ 7.64 5.57 18.76 -
YUV 68.21 157.79 132.13 -
System Red Green Blue C M Y K H S L
Decimal 74 55 121 0.39 0.55 0 0.53 257.27 0.38 0.35
Hex 4A 37 79 27 37 0 35 101 26 23
Octal 112 67 171 47 67 0 65 401 46 43
Binary 1001010 110111 1111001 100111 110111 0 110101 100000001 100110 100011

Color Harmonies of #4A3779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3779

Black with #4A3779

Text Example


Text Example

White with #4A3779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A3779; }

 p { color: rgb(74,55,121); }

 H1.HeaderClassName
 {
   color: #4A3779;
 }
 .AnyTagClassName
 {
   color: #4A3779;
 }
</style>

background-color css

<style>
 a { background-color: #4A3779; }

 a { background-color: rgb(74,55,121); }

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

border-color css

<style>
 span { border-color: #4A3779; }

 span { border-color: rgb(74,55,121); }

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