Html Css Color HEX #4A1B99 Windsor

📋 copy color: '#4A1B99'

red 74 ◦ green 27 ◦ blue 153

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

Shades of Windsor #4A1B99

Tints of Windsor #4A1B99

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.63%

 BLUE value IS 153 (60.16% from 255) = 60.24%

R = 29.13%
G = 10.63%
B = 60.24%

CMYK

 C value IS 0.52

 M value IS 0.82

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#4A1B99 (or 0x4A1B99) is known color: Windsor. HEX triplet: 4A, 1B and 99. RGB value is (74,27,153). Sum of RGB (Red+Green+Blue) = 74+27+153=254 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.13% from 254); Green value is 27 (10.94% from 255 or 10.63% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #4A1B99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A1B99 is #B5E466. Grayscale: #363636. Windows color (decimal): -11920487 or 10033994. OLE color: 10033994.

HSL color Cylindrical-coordinate representation of color #4A1B99: hue angle of 262.38º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A1B99 is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 74 27 153 -
CMYK 0.52 0.82 0 0.4
HSL 262.38º 0.7% 0.35% -
HSV(B) 262.38º 0.82% 0.6% -
XYZ 8.97 4.54 30.54 -
YUV 55.42 183.07 141.25 -
System Red Green Blue C M Y K H S L
Decimal 74 27 153 0.52 0.82 0 0.4 262.38 0.7 0.35
Hex 4A 1B 99 34 52 0 28 106 46 23
Octal 112 33 231 64 122 0 50 406 106 43
Binary 1001010 11011 10011001 110100 1010010 0 101000 100000110 1000110 100011

Color Harmonies of #4A1B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1B99

Black with #4A1B99

Text Example


Text Example

White with #4A1B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,27,153); }

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

background-color css

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

 a { background-color: rgb(74,27,153); }

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

border-color css

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

 span { border-color: rgb(74,27,153); }

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