Html Css Color HEX #4A3085 Windsor

📋 copy color: '#4A3085'

red 74 ◦ green 48 ◦ blue 133

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

Shades of Windsor #4A3085

Tints of Windsor #4A3085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 52.16%

R = 29.02%
G = 18.82%
B = 52.16%

CMYK

 C value IS 0.44

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4A3085 (or 0x4A3085) is known color: Windsor. HEX triplet: 4A, 30 and 85. RGB value is (74,48,133). Sum of RGB (Red+Green+Blue) = 74+48+133=255 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.02% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #4A3085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3085 is #B5CF7A. Grayscale: #414141. Windows color (decimal): -11915131 or 8728650. OLE color: 8728650.

HSL color Cylindrical-coordinate representation of color #4A3085: hue angle of 258.35º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A3085 is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 74 48 133 -
CMYK 0.44 0.64 0 0.48
HSL 258.35º 0.47% 0.35% -
HSV(B) 258.35º 0.64% 0.52% -
XYZ 8.11 5.26 22.78 -
YUV 65.46 166.11 134.09 -
System Red Green Blue C M Y K H S L
Decimal 74 48 133 0.44 0.64 0 0.48 258.35 0.47 0.35
Hex 4A 30 85 2C 40 0 30 102 2F 23
Octal 112 60 205 54 100 0 60 402 57 43
Binary 1001010 110000 10000101 101100 1000000 0 110000 100000010 101111 100011

Color Harmonies of #4A3085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3085

Black with #4A3085

Text Example


Text Example

White with #4A3085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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