Html Css Color HEX #4A277A Windsor

📋 copy color: '#4A277A'

red 74 ◦ green 39 ◦ blue 122

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

Shades of Windsor #4A277A

Tints of Windsor #4A277A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.6%

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

R = 31.49%
G = 16.6%
B = 51.91%

CMYK

 C value IS 0.39

 M value IS 0.68

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4A277A (or 0x4A277A) is known color: Windsor. HEX triplet: 4A, 27 and 7A. RGB value is (74,39,122). Sum of RGB (Red+Green+Blue) = 74+39+122=235 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.49% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 122 (48.05% from 255 or 51.91% from 235); Max value from RGB is 122 - color contains mainly: blue. Hex color #4A277A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A277A is #B5D885. Grayscale: #3A3A3A. Windows color (decimal): -11917446 or 8005450. OLE color: 8005450.

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

Color convert

RGB 74 39 122 -
CMYK 0.39 0.68 0 0.52
HSL 265.3º 0.52% 0.32% -
HSV(B) 265.3º 0.68% 0.48% -
XYZ 7.06 4.31 18.87 -
YUV 58.93 163.6 138.75 -
System Red Green Blue C M Y K H S L
Decimal 74 39 122 0.39 0.68 0 0.52 265.3 0.52 0.32
Hex 4A 27 7A 27 44 0 34 109 34 20
Octal 112 47 172 47 104 0 64 411 64 40
Binary 1001010 100111 1111010 100111 1000100 0 110100 100001001 110100 100000

Color Harmonies of #4A277A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A277A

Black with #4A277A

Text Example


Text Example

White with #4A277A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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