Html Css Color HEX #4A3077 Windsor

📋 copy color: '#4A3077'

red 74 ◦ green 48 ◦ blue 119

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

Shades of Windsor #4A3077

Tints of Windsor #4A3077

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.92%

 BLUE value IS 119 (46.88% from 255) = 49.38%

R = 30.71%
G = 19.92%
B = 49.38%

CMYK

 C value IS 0.38

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4A3077 (or 0x4A3077) is known color: Windsor. HEX triplet: 4A, 30 and 77. RGB value is (74,48,119). Sum of RGB (Red+Green+Blue) = 74+48+119=241 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.71% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 119 - color contains mainly: blue. Hex color #4A3077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3077 is #B5CF88. Grayscale: #3F3F3F. Windows color (decimal): -11915145 or 7811146. OLE color: 7811146.

HSL color Cylindrical-coordinate representation of color #4A3077: hue angle of 261.97º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A3077 is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 74 48 119 -
CMYK 0.38 0.60 0 0.53
HSL 261.97º 0.43% 0.33% -
HSV(B) 261.97º 0.6% 0.47% -
XYZ 7.21 4.9 18.02 -
YUV 63.87 159.11 135.23 -
System Red Green Blue C M Y K H S L
Decimal 74 48 119 0.38 0.60 0 0.53 261.97 0.43 0.33
Hex 4A 30 77 26 3C 0 35 106 2B 21
Octal 112 60 167 46 74 0 65 406 53 41
Binary 1001010 110000 1110111 100110 111100 0 110101 100000110 101011 100001

Color Harmonies of #4A3077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3077

Black with #4A3077

Text Example


Text Example

White with #4A3077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,48,119); }

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

background-color css

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

 a { background-color: rgb(74,48,119); }

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

border-color css

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

 span { border-color: rgb(74,48,119); }

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