Html Css Color HEX #4B3375 Windsor

📋 copy color: '#4B3375'

red 75 ◦ green 51 ◦ blue 117

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

Shades of Windsor #4B3375

Tints of Windsor #4B3375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 48.15%

R = 30.86%
G = 20.99%
B = 48.15%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4B3375 (or 0x4B3375) is known color: Windsor. HEX triplet: 4B, 33 and 75. RGB value is (75,51,117). Sum of RGB (Red+Green+Blue) = 75+51+117=243 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.86% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 117 (46.09% from 255 or 48.15% from 243); Max value from RGB is 117 - color contains mainly: blue. Hex color #4B3375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3375 is #B4CC8A. Grayscale: #414141. Windows color (decimal): -11848843 or 7680843. OLE color: 7680843.

HSL color Cylindrical-coordinate representation of color #4B3375: hue angle of 261.82º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B3375 is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 75 51 117 -
CMYK 0.36 0.56 0 0.54
HSL 261.82º 0.39% 0.33% -
HSV(B) 261.82º 0.56% 0.46% -
XYZ 7.3 5.15 17.44 -
YUV 65.7 156.95 134.63 -
System Red Green Blue C M Y K H S L
Decimal 75 51 117 0.36 0.56 0 0.54 261.82 0.39 0.33
Hex 4B 33 75 24 38 0 36 106 27 21
Octal 113 63 165 44 70 0 66 406 47 41
Binary 1001011 110011 1110101 100100 111000 0 110110 100000110 100111 100001

Color Harmonies of #4B3375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3375

Black with #4B3375

Text Example


Text Example

White with #4B3375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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