Html Css Color HEX #4B247F Windsor

📋 copy color: '#4B247F'

red 75 ◦ green 36 ◦ blue 127

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

Shades of Windsor #4B247F

Tints of Windsor #4B247F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.13%

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

R = 31.51%
G = 15.13%
B = 53.36%

CMYK

 C value IS 0.41

 M value IS 0.72

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4B247F (or 0x4B247F) is known color: Windsor. HEX triplet: 4B, 24 and 7F. RGB value is (75,36,127). Sum of RGB (Red+Green+Blue) = 75+36+127=238 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.51% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 127 (50% from 255 or 53.36% from 238); Max value from RGB is 127 - color contains mainly: blue. Hex color #4B247F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B247F is #B4DB80. Grayscale: #393939. Windows color (decimal): -11852673 or 8332363. OLE color: 8332363.

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

Color convert

RGB 75 36 127 -
CMYK 0.41 0.72 0 0.50
HSL 265.71º 0.56% 0.32% -
HSV(B) 265.71º 0.72% 0.5% -
XYZ 7.36 4.29 20.52 -
YUV 58.04 166.92 140.1 -
System Red Green Blue C M Y K H S L
Decimal 75 36 127 0.41 0.72 0 0.50 265.71 0.56 0.32
Hex 4B 24 7F 29 48 0 32 10A 38 20
Octal 113 44 177 51 110 0 62 412 70 40
Binary 1001011 100100 1111111 101001 1001000 0 110010 100001010 111000 100000

Color Harmonies of #4B247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B247F

Black with #4B247F

Text Example


Text Example

White with #4B247F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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