Html Css Color HEX #4B1A90 Windsor

📋 copy color: '#4B1A90'

red 75 ◦ green 26 ◦ blue 144

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

Shades of Windsor #4B1A90

Tints of Windsor #4B1A90

RGB

 RED value IS 75 (29.69% from 255) = 30.61%

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

 BLUE value IS 144 (56.64% from 255) = 58.78%

R = 30.61%
G = 10.61%
B = 58.78%

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

#4B1A90 (or 0x4B1A90) is known color: Windsor. HEX triplet: 4B, 1A and 90. RGB value is (75,26,144). Sum of RGB (Red+Green+Blue) = 75+26+144=245 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.61% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 144 (56.64% from 255 or 58.78% from 245); Max value from RGB is 144 - color contains mainly: blue. Hex color #4B1A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B1A90 is #B4E56F. Grayscale: #353535. Windows color (decimal): -11855216 or 9443915. OLE color: 9443915.

HSL color Cylindrical-coordinate representation of color #4B1A90: hue angle of 264.92º 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 #4B1A90 is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 75 26 144 -
CMYK 0.48 0.82 0 0.44
HSL 264.92º 0.69% 0.33% -
HSV(B) 264.92º 0.82% 0.56% -
XYZ 8.31 4.25 26.77 -
YUV 54.1 178.73 142.91 -
System Red Green Blue C M Y K H S L
Decimal 75 26 144 0.48 0.82 0 0.44 264.92 0.69 0.33
Hex 4B 1A 90 30 52 0 2C 109 45 21
Octal 113 32 220 60 122 0 54 411 105 41
Binary 1001011 11010 10010000 110000 1010010 0 101100 100001001 1000101 100001

Color Harmonies of #4B1A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1A90

Black with #4B1A90

Text Example


Text Example

White with #4B1A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,26,144); }

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

background-color css

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

 a { background-color: rgb(75,26,144); }

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

border-color css

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

 span { border-color: rgb(75,26,144); }

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