Html Css Color HEX #4A2987 Windsor

📋 copy color: '#4A2987'

red 74 ◦ green 41 ◦ blue 135

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

Shades of Windsor #4A2987

Tints of Windsor #4A2987

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.4%

 BLUE value IS 135 (53.13% from 255) = 54%

R = 29.6%
G = 16.4%
B = 54%

CMYK

 C value IS 0.45

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4A2987 (or 0x4A2987) is known color: Windsor. HEX triplet: 4A, 29 and 87. RGB value is (74,41,135). Sum of RGB (Red+Green+Blue) = 74+41+135=250 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.6% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 135 (53.12% from 255 or 54% from 250); Max value from RGB is 135 - color contains mainly: blue. Hex color #4A2987 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2987 is #B5D678. Grayscale: #3D3D3D. Windows color (decimal): -11916921 or 8857930. OLE color: 8857930.

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

Color convert

RGB 74 41 135 -
CMYK 0.45 0.70 0 0.47
HSL 261.06º 0.53% 0.35% -
HSV(B) 261.06º 0.7% 0.53% -
XYZ 7.99 4.79 23.43 -
YUV 61.58 169.43 136.86 -
System Red Green Blue C M Y K H S L
Decimal 74 41 135 0.45 0.70 0 0.47 261.06 0.53 0.35
Hex 4A 29 87 2D 46 0 2F 105 35 23
Octal 112 51 207 55 106 0 57 405 65 43
Binary 1001010 101001 10000111 101101 1000110 0 101111 100000101 110101 100011

Color Harmonies of #4A2987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2987

Black with #4A2987

Text Example


Text Example

White with #4A2987

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,41,135); }

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

background-color css

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

 a { background-color: rgb(74,41,135); }

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

border-color css

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

 span { border-color: rgb(74,41,135); }

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