#4B238F

Color #4B238F Windsor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Windsor #4B238F

Tints of Windsor #4B238F

Color information

#4B238F (or 0x4B238F) is unknown color: approx Windsor. HEX triplet: 4B, 23 and 8F. RGB value is (75,35,143). Sum of RGB (Red+Green+Blue) = 75+35+143=253 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.64% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 143 (56.25% from 255 or 56.52% from 253); Max value from RGB is 143 - color contains mainly: blue. Hex color #4B238F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B238F is #B4DC70. Grayscale: #3A3A3A. Windows color (decimal): -11852913 or 9380683. OLE color: 9380683.

HSL color Cylindrical-coordinate representation of color #4B238F: hue angle of 262.22º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4B238F is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7535143-
CMYK0.480.7600.44
HSL262.22º60.67%34.9%-
HSV(B)262.22º75.52%56.08%-
XYZ8.464.6826.44-
YUV59.27175.25139.22-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.64%
GREEN value IS 35 (14.06% from 255) = 13.83%
BLUE value IS 143 (56.25% from 255) = 56.52%
R=29.64%
G=13.83%
B=56.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal75351430.480.7600.44262.2260.6734.9
Hex4B238F304C02C1063d23
Octal11343217601140544067543
Binary10010111000111000111111000010011000101100100000110111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B238F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,35,143); }

 H1.HeaderClassName
 {
   color: #4B238F;
 }
 .AnyTagClassName
 {
   color: #4B238F;
 }
</style>
background-color css

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

 a { background-color: rgb(75,35,143); }

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

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

 span { border-color: rgb(75,35,143); }

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