Html Css Color HEX #4B367D Windsor

📋 copy color: '#4B367D'

red 75 ◦ green 54 ◦ blue 125

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

Shades of Windsor #4B367D

Tints of Windsor #4B367D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.26%

 BLUE value IS 125 (49.22% from 255) = 49.21%

R = 29.53%
G = 21.26%
B = 49.21%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4B367D (or 0x4B367D) is known color: Windsor. HEX triplet: 4B, 36 and 7D. RGB value is (75,54,125). Sum of RGB (Red+Green+Blue) = 75+54+125=254 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.53% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 125 (49.22% from 255 or 49.21% from 254); Max value from RGB is 125 - color contains mainly: blue. Hex color #4B367D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B367D is #B4C982. Grayscale: #444444. Windows color (decimal): -11848067 or 8205899. OLE color: 8205899.

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

Color convert

RGB 75 54 125 -
CMYK 0.40 0.57 0 0.51
HSL 257.75º 0.4% 0.35% -
HSV(B) 257.75º 0.57% 0.49% -
XYZ 7.92 5.61 20.07 -
YUV 68.37 159.96 132.73 -
System Red Green Blue C M Y K H S L
Decimal 75 54 125 0.40 0.57 0 0.51 257.75 0.4 0.35
Hex 4B 36 7D 28 39 0 33 102 28 23
Octal 113 66 175 50 71 0 63 402 50 43
Binary 1001011 110110 1111101 101000 111001 0 110011 100000010 101000 100011

Color Harmonies of #4B367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B367D

Black with #4B367D

Text Example


Text Example

White with #4B367D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,54,125); }

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

background-color css

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

 a { background-color: rgb(75,54,125); }

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

border-color css

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

 span { border-color: rgb(75,54,125); }

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