Html Css Color HEX #4A357F Windsor

📋 copy color: '#4A357F'

red 74 ◦ green 53 ◦ blue 127

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

Shades of Windsor #4A357F

Tints of Windsor #4A357F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.87%

 BLUE value IS 127 (50% from 255) = 50%

R = 29.13%
G = 20.87%
B = 50%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4A357F (or 0x4A357F) is known color: Windsor. HEX triplet: 4A, 35 and 7F. RGB value is (74,53,127). Sum of RGB (Red+Green+Blue) = 74+53+127=254 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.13% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 127 (50% from 255 or 50% from 254); Max value from RGB is 127 - color contains mainly: blue. Hex color #4A357F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A357F is #B5CA80. Grayscale: #434343. Windows color (decimal): -11913857 or 8336714. OLE color: 8336714.

HSL color Cylindrical-coordinate representation of color #4A357F: hue angle of 257.03º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4A357F is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 74 53 127 -
CMYK 0.42 0.58 0 0.50
HSL 257.03º 0.41% 0.35% -
HSV(B) 257.03º 0.58% 0.5% -
XYZ 7.93 5.53 20.73 -
YUV 67.72 161.46 132.48 -
System Red Green Blue C M Y K H S L
Decimal 74 53 127 0.42 0.58 0 0.50 257.03 0.41 0.35
Hex 4A 35 7F 2A 3A 0 32 101 29 23
Octal 112 65 177 52 72 0 62 401 51 43
Binary 1001010 110101 1111111 101010 111010 0 110010 100000001 101001 100011

Color Harmonies of #4A357F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A357F

Black with #4A357F

Text Example


Text Example

White with #4A357F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,53,127); }

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

background-color css

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

 a { background-color: rgb(74,53,127); }

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

border-color css

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

 span { border-color: rgb(74,53,127); }

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