Html Css Color HEX #4B2192 Windsor

📋 copy color: '#4B2192'

red 75 ◦ green 33 ◦ blue 146

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

Shades of Windsor #4B2192

Tints of Windsor #4B2192

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.99%

 BLUE value IS 146 (57.42% from 255) = 57.48%

R = 29.53%
G = 12.99%
B = 57.48%

CMYK

 C value IS 0.49

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4B2192 (or 0x4B2192) is known color: Windsor. HEX triplet: 4B, 21 and 92. RGB value is (75,33,146). Sum of RGB (Red+Green+Blue) = 75+33+146=254 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.53% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 146 (57.42% from 255 or 57.48% from 254); Max value from RGB is 146 - color contains mainly: blue. Hex color #4B2192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2192 is #B4DE6D. Grayscale: #3A3A3A. Windows color (decimal): -11853422 or 9576779. OLE color: 9576779.

HSL color Cylindrical-coordinate representation of color #4B2192: hue angle of 262.3º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B2192 is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 75 33 146 -
CMYK 0.49 0.77 0 0.43
HSL 262.3º 0.63% 0.35% -
HSV(B) 262.3º 0.77% 0.57% -
XYZ 8.63 4.66 27.64 -
YUV 58.44 177.41 139.81 -
System Red Green Blue C M Y K H S L
Decimal 75 33 146 0.49 0.77 0 0.43 262.3 0.63 0.35
Hex 4B 21 92 31 4D 0 2B 106 3F 23
Octal 113 41 222 61 115 0 53 406 77 43
Binary 1001011 100001 10010010 110001 1001101 0 101011 100000110 111111 100011

Color Harmonies of #4B2192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2192

Black with #4B2192

Text Example


Text Example

White with #4B2192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,33,146); }

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

background-color css

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

 a { background-color: rgb(75,33,146); }

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

border-color css

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

 span { border-color: rgb(75,33,146); }

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