Html Css Color HEX #4A327F Windsor

📋 copy color: '#4A327F'

red 74 ◦ green 50 ◦ blue 127

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

Shades of Windsor #4A327F

Tints of Windsor #4A327F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.92%

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

R = 29.48%
G = 19.92%
B = 50.6%

CMYK

 C value IS 0.42

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4A327F (or 0x4A327F) is known color: Windsor. HEX triplet: 4A, 32 and 7F. RGB value is (74,50,127). Sum of RGB (Red+Green+Blue) = 74+50+127=251 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.48% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 127 (50% from 255 or 50.60% from 251); Max value from RGB is 127 - color contains mainly: blue. Hex color #4A327F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A327F is #B5CD80. Grayscale: #414141. Windows color (decimal): -11914625 or 8335946. OLE color: 8335946.

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

Color convert

RGB 74 50 127 -
CMYK 0.42 0.61 0 0.50
HSL 258.7º 0.44% 0.35% -
HSV(B) 258.7º 0.61% 0.5% -
XYZ 7.8 5.27 20.68 -
YUV 65.95 162.45 133.74 -
System Red Green Blue C M Y K H S L
Decimal 74 50 127 0.42 0.61 0 0.50 258.7 0.44 0.35
Hex 4A 32 7F 2A 3D 0 32 103 2C 23
Octal 112 62 177 52 75 0 62 403 54 43
Binary 1001010 110010 1111111 101010 111101 0 110010 100000011 101100 100011

Color Harmonies of #4A327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A327F

Black with #4A327F

Text Example


Text Example

White with #4A327F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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