Html Css Color HEX #4B337C Windsor

📋 copy color: '#4B337C'

red 75 ◦ green 51 ◦ blue 124

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

Shades of Windsor #4B337C

Tints of Windsor #4B337C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.4%

 BLUE value IS 124 (48.83% from 255) = 49.6%

R = 30%
G = 20.4%
B = 49.6%

CMYK

 C value IS 0.40

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4B337C (or 0x4B337C) is known color: Windsor. HEX triplet: 4B, 33 and 7C. RGB value is (75,51,124). Sum of RGB (Red+Green+Blue) = 75+51+124=250 (33% of max value = 765). Red value is 75 (29.69% from 255 or 30% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #4B337C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B337C is #B4CC83. Grayscale: #424242. Windows color (decimal): -11848836 or 8139595. OLE color: 8139595.

HSL color Cylindrical-coordinate representation of color #4B337C: hue angle of 259.73º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4B337C is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 75 51 124 -
CMYK 0.40 0.59 0 0.51
HSL 259.73º 0.42% 0.34% -
HSV(B) 259.73º 0.59% 0.49% -
XYZ 7.72 5.32 19.69 -
YUV 66.5 160.45 134.06 -
System Red Green Blue C M Y K H S L
Decimal 75 51 124 0.40 0.59 0 0.51 259.73 0.42 0.34
Hex 4B 33 7C 28 3B 0 33 104 2A 22
Octal 113 63 174 50 73 0 63 404 52 42
Binary 1001011 110011 1111100 101000 111011 0 110011 100000100 101010 100010

Color Harmonies of #4B337C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B337C

Black with #4B337C

Text Example


Text Example

White with #4B337C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,51,124); }

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

background-color css

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

 a { background-color: rgb(75,51,124); }

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

border-color css

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

 span { border-color: rgb(75,51,124); }

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