Html Css Color HEX #4A267C Windsor

📋 copy color: '#4A267C'

red 74 ◦ green 38 ◦ blue 124

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

Shades of Windsor #4A267C

Tints of Windsor #4A267C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.1%

 BLUE value IS 124 (48.83% from 255) = 52.54%

R = 31.36%
G = 16.1%
B = 52.54%

CMYK

 C value IS 0.40

 M value IS 0.69

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4A267C (or 0x4A267C) is known color: Windsor. HEX triplet: 4A, 26 and 7C. RGB value is (74,38,124). Sum of RGB (Red+Green+Blue) = 74+38+124=236 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.36% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #4A267C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A267C is #B5D983. Grayscale: #3A3A3A. Windows color (decimal): -11917700 or 8136266. OLE color: 8136266.

HSL color Cylindrical-coordinate representation of color #4A267C: hue angle of 265.12º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A267C is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 74 38 124 -
CMYK 0.40 0.69 0 0.51
HSL 265.12º 0.53% 0.32% -
HSV(B) 265.12º 0.69% 0.49% -
XYZ 7.16 4.3 19.52 -
YUV 58.57 164.93 139.01 -
System Red Green Blue C M Y K H S L
Decimal 74 38 124 0.40 0.69 0 0.51 265.12 0.53 0.32
Hex 4A 26 7C 28 45 0 33 109 35 20
Octal 112 46 174 50 105 0 63 411 65 40
Binary 1001010 100110 1111100 101000 1000101 0 110011 100001001 110101 100000

Color Harmonies of #4A267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A267C

Black with #4A267C

Text Example


Text Example

White with #4A267C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,38,124); }

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

background-color css

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

 a { background-color: rgb(74,38,124); }

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

border-color css

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

 span { border-color: rgb(74,38,124); }

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