Html Css Color HEX #4B387C Windsor

📋 copy color: '#4B387C'

red 75 ◦ green 56 ◦ blue 124

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

Shades of Windsor #4B387C

Tints of Windsor #4B387C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.96%

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

R = 29.41%
G = 21.96%
B = 48.63%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4B387C (or 0x4B387C) is known color: Windsor. HEX triplet: 4B, 38 and 7C. RGB value is (75,56,124). Sum of RGB (Red+Green+Blue) = 75+56+124=255 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.41% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 124 - color contains mainly: blue. Hex color #4B387C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B387C is #B4C783. Grayscale: #454545. Windows color (decimal): -11847556 or 8140875. OLE color: 8140875.

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

Color convert

RGB 75 56 124 -
CMYK 0.40 0.55 0 0.51
HSL 256.76º 0.38% 0.35% -
HSV(B) 256.76º 0.55% 0.49% -
XYZ 7.95 5.78 19.77 -
YUV 69.43 158.79 131.97 -
System Red Green Blue C M Y K H S L
Decimal 75 56 124 0.40 0.55 0 0.51 256.76 0.38 0.35
Hex 4B 38 7C 28 37 0 33 101 26 23
Octal 113 70 174 50 67 0 63 401 46 43
Binary 1001011 111000 1111100 101000 110111 0 110011 100000001 100110 100011

Color Harmonies of #4B387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B387C

Black with #4B387C

Text Example


Text Example

White with #4B387C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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