Html Css Color HEX #4B297F Windsor

📋 copy color: '#4B297F'

red 75 ◦ green 41 ◦ blue 127

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

Shades of Windsor #4B297F

Tints of Windsor #4B297F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.87%

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

R = 30.86%
G = 16.87%
B = 52.26%

CMYK

 C value IS 0.41

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4B297F (or 0x4B297F) is known color: Windsor. HEX triplet: 4B, 29 and 7F. RGB value is (75,41,127). Sum of RGB (Red+Green+Blue) = 75+41+127=243 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.86% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #4B297F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B297F is #B4D680. Grayscale: #3C3C3C. Windows color (decimal): -11851393 or 8333643. OLE color: 8333643.

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

Color convert

RGB 75 41 127 -
CMYK 0.41 0.68 0 0.50
HSL 263.72º 0.51% 0.33% -
HSV(B) 263.72º 0.68% 0.5% -
XYZ 7.53 4.61 20.57 -
YUV 60.97 165.26 138.01 -
System Red Green Blue C M Y K H S L
Decimal 75 41 127 0.41 0.68 0 0.50 263.72 0.51 0.33
Hex 4B 29 7F 29 44 0 32 108 33 21
Octal 113 51 177 51 104 0 62 410 63 41
Binary 1001011 101001 1111111 101001 1000100 0 110010 100001000 110011 100001

Color Harmonies of #4B297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B297F

Black with #4B297F

Text Example


Text Example

White with #4B297F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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