Html Css Color HEX #4B2292 Windsor

📋 copy color: '#4B2292'

red 75 ◦ green 34 ◦ blue 146

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

Shades of Windsor #4B2292

Tints of Windsor #4B2292

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.33%

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

R = 29.41%
G = 13.33%
B = 57.25%

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

#4B2292 (or 0x4B2292) is known color: Windsor. HEX triplet: 4B, 22 and 92. RGB value is (75,34,146). Sum of RGB (Red+Green+Blue) = 75+34+146=255 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.41% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 146 (57.42% from 255 or 57.25% from 255); Max value from RGB is 146 - color contains mainly: blue. Hex color #4B2292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2292 is #B4DD6D. Grayscale: #3A3A3A. Windows color (decimal): -11853166 or 9577035. OLE color: 9577035.

HSL color Cylindrical-coordinate representation of color #4B2292: hue angle of 261.96º degrees, saturation: 0.62, 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 #4B2292 is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 75 34 146 -
CMYK 0.49 0.77 0 0.43
HSL 261.96º 0.62% 0.35% -
HSV(B) 261.96º 0.77% 0.57% -
XYZ 8.66 4.72 27.65 -
YUV 59.03 177.08 139.39 -
System Red Green Blue C M Y K H S L
Decimal 75 34 146 0.49 0.77 0 0.43 261.96 0.62 0.35
Hex 4B 22 92 31 4D 0 2B 106 3E 23
Octal 113 42 222 61 115 0 53 406 76 43
Binary 1001011 100010 10010010 110001 1001101 0 101011 100000110 111110 100011

Color Harmonies of #4B2292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2292

Black with #4B2292

Text Example


Text Example

White with #4B2292

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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