Html Css Color HEX #4A357D Windsor

📋 copy color: '#4A357D'

red 74 ◦ green 53 ◦ blue 125

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

Shades of Windsor #4A357D

Tints of Windsor #4A357D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 49.6%

R = 29.37%
G = 21.03%
B = 49.6%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4A357D (or 0x4A357D) is known color: Windsor. HEX triplet: 4A, 35 and 7D. RGB value is (74,53,125). Sum of RGB (Red+Green+Blue) = 74+53+125=252 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.37% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 125 (49.22% from 255 or 49.60% from 252); Max value from RGB is 125 - color contains mainly: blue. Hex color #4A357D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A357D is #B5CA82. Grayscale: #434343. Windows color (decimal): -11913859 or 8205642. OLE color: 8205642.

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

Color convert

RGB 74 53 125 -
CMYK 0.41 0.58 0 0.51
HSL 257.5º 0.4% 0.35% -
HSV(B) 257.5º 0.58% 0.49% -
XYZ 7.8 5.48 20.05 -
YUV 67.49 160.46 132.65 -
System Red Green Blue C M Y K H S L
Decimal 74 53 125 0.41 0.58 0 0.51 257.5 0.4 0.35
Hex 4A 35 7D 29 3A 0 33 102 28 23
Octal 112 65 175 51 72 0 63 402 50 43
Binary 1001010 110101 1111101 101001 111010 0 110011 100000010 101000 100011

Color Harmonies of #4A357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A357D

Black with #4A357D

Text Example


Text Example

White with #4A357D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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