Html Css Color HEX #4A1A8E Windsor

📋 copy color: '#4A1A8E'

red 74 ◦ green 26 ◦ blue 142

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

Shades of Windsor #4A1A8E

Tints of Windsor #4A1A8E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.74%

 BLUE value IS 142 (55.86% from 255) = 58.68%

R = 30.58%
G = 10.74%
B = 58.68%

CMYK

 C value IS 0.48

 M value IS 0.82

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4A1A8E (or 0x4A1A8E) is known color: Windsor. HEX triplet: 4A, 1A and 8E. RGB value is (74,26,142). Sum of RGB (Red+Green+Blue) = 74+26+142=242 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.58% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 142 (55.86% from 255 or 58.68% from 242); Max value from RGB is 142 - color contains mainly: blue. Hex color #4A1A8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A1A8E is #B5E571. Grayscale: #353535. Windows color (decimal): -11920754 or 9312842. OLE color: 9312842.

HSL color Cylindrical-coordinate representation of color #4A1A8E: hue angle of 264.83º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A1A8E is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 74 26 142 -
CMYK 0.48 0.82 0 0.44
HSL 264.83º 0.69% 0.33% -
HSV(B) 264.83º 0.82% 0.56% -
XYZ 8.08 4.15 25.97 -
YUV 53.58 177.9 142.57 -
System Red Green Blue C M Y K H S L
Decimal 74 26 142 0.48 0.82 0 0.44 264.83 0.69 0.33
Hex 4A 1A 8E 30 52 0 2C 109 45 21
Octal 112 32 216 60 122 0 54 411 105 41
Binary 1001010 11010 10001110 110000 1010010 0 101100 100001001 1000101 100001

Color Harmonies of #4A1A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1A8E

Black with #4A1A8E

Text Example


Text Example

White with #4A1A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,26,142); }

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

background-color css

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

 a { background-color: rgb(74,26,142); }

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

border-color css

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

 span { border-color: rgb(74,26,142); }

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