Html Css Color HEX #4A297A Windsor

📋 copy color: '#4A297A'

red 74 ◦ green 41 ◦ blue 122

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

Shades of Windsor #4A297A

Tints of Windsor #4A297A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 51.48%

R = 31.22%
G = 17.3%
B = 51.48%

CMYK

 C value IS 0.39

 M value IS 0.66

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4A297A (or 0x4A297A) is known color: Windsor. HEX triplet: 4A, 29 and 7A. RGB value is (74,41,122). Sum of RGB (Red+Green+Blue) = 74+41+122=237 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.22% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 122 (48.05% from 255 or 51.48% from 237); Max value from RGB is 122 - color contains mainly: blue. Hex color #4A297A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A297A is #B5D685. Grayscale: #3B3B3B. Windows color (decimal): -11916934 or 8005962. OLE color: 8005962.

HSL color Cylindrical-coordinate representation of color #4A297A: hue angle of 264.44º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A297A is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 74 41 122 -
CMYK 0.39 0.66 0 0.52
HSL 264.44º 0.5% 0.32% -
HSV(B) 264.44º 0.66% 0.48% -
XYZ 7.13 4.45 18.89 -
YUV 60.1 162.93 137.91 -
System Red Green Blue C M Y K H S L
Decimal 74 41 122 0.39 0.66 0 0.52 264.44 0.5 0.32
Hex 4A 29 7A 27 42 0 34 108 32 20
Octal 112 51 172 47 102 0 64 410 62 40
Binary 1001010 101001 1111010 100111 1000010 0 110100 100001000 110010 100000

Color Harmonies of #4A297A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A297A

Black with #4A297A

Text Example


Text Example

White with #4A297A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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