Html Css Color HEX #4B198A Windsor

📋 copy color: '#4B198A'

red 75 ◦ green 25 ◦ blue 138

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

Shades of Windsor #4B198A

Tints of Windsor #4B198A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.5%

 BLUE value IS 138 (54.3% from 255) = 57.98%

R = 31.51%
G = 10.5%
B = 57.98%

CMYK

 C value IS 0.46

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#4B198A (or 0x4B198A) is known color: Windsor. HEX triplet: 4B, 19 and 8A. RGB value is (75,25,138). Sum of RGB (Red+Green+Blue) = 75+25+138=238 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.51% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 138 (54.30% from 255 or 57.98% from 238); Max value from RGB is 138 - color contains mainly: blue. Hex color #4B198A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B198A is #B4E675. Grayscale: #343434. Windows color (decimal): -11855478 or 9050443. OLE color: 9050443.

HSL color Cylindrical-coordinate representation of color #4B198A: hue angle of 266.55º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4B198A is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 75 25 138 -
CMYK 0.46 0.82 0 0.46
HSL 266.55º 0.69% 0.32% -
HSV(B) 266.55º 0.82% 0.54% -
XYZ 7.84 4.03 24.41 -
YUV 52.83 176.07 143.81 -
System Red Green Blue C M Y K H S L
Decimal 75 25 138 0.46 0.82 0 0.46 266.55 0.69 0.32
Hex 4B 19 8A 2E 52 0 2E 10B 45 20
Octal 113 31 212 56 122 0 56 413 105 40
Binary 1001011 11001 10001010 101110 1010010 0 101110 100001011 1000101 100000

Color Harmonies of #4B198A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B198A

Black with #4B198A

Text Example


Text Example

White with #4B198A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,25,138); }

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

background-color css

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

 a { background-color: rgb(75,25,138); }

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

border-color css

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

 span { border-color: rgb(75,25,138); }

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