Html Css Color HEX #4B267F Windsor

📋 copy color: '#4B267F'

red 75 ◦ green 38 ◦ blue 127

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

Shades of Windsor #4B267F

Tints of Windsor #4B267F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.83%

 BLUE value IS 127 (50% from 255) = 52.92%

R = 31.25%
G = 15.83%
B = 52.92%

CMYK

 C value IS 0.41

 M value IS 0.70

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4B267F (or 0x4B267F) is known color: Windsor. HEX triplet: 4B, 26 and 7F. RGB value is (75,38,127). Sum of RGB (Red+Green+Blue) = 75+38+127=240 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.25% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 127 (50% from 255 or 52.92% from 240); Max value from RGB is 127 - color contains mainly: blue. Hex color #4B267F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B267F is #B4D980. Grayscale: #3A3A3A. Windows color (decimal): -11852161 or 8332875. OLE color: 8332875.

HSL color Cylindrical-coordinate representation of color #4B267F: hue angle of 264.94º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B267F is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 75 38 127 -
CMYK 0.41 0.70 0 0.50
HSL 264.94º 0.54% 0.32% -
HSV(B) 264.94º 0.7% 0.5% -
XYZ 7.43 4.41 20.54 -
YUV 59.21 166.26 139.26 -
System Red Green Blue C M Y K H S L
Decimal 75 38 127 0.41 0.70 0 0.50 264.94 0.54 0.32
Hex 4B 26 7F 29 46 0 32 109 36 20
Octal 113 46 177 51 106 0 62 411 66 40
Binary 1001011 100110 1111111 101001 1000110 0 110010 100001001 110110 100000

Color Harmonies of #4B267F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B267F

Black with #4B267F

Text Example


Text Example

White with #4B267F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,38,127); }

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

background-color css

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

 a { background-color: rgb(75,38,127); }

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

border-color css

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

 span { border-color: rgb(75,38,127); }

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