#4A237D

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

Shades of Windsor #4A237D

Tints of Windsor #4A237D

Color information

#4A237D (or 0x4A237D) is unknown color: approx Windsor. HEX triplet: 4A, 23 and 7D. RGB value is (74,35,125). Sum of RGB (Red+Green+Blue) = 74+35+125=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 125 (49.22% from 255 or 53.42% from 234); Max value from RGB is 125 - color contains mainly: blue. Hex color #4A237D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A237D is #B5DC82. Grayscale: #383838. Windows color (decimal): -11918467 or 8201034. OLE color: 8201034.

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

Color convert

RGB7435125-
CMYK0.410.7200.51
HSL266º56.25%31.37%-
HSV(B)266º72%49.02%-
XYZ7.134.1419.83-
YUV56.92166.42140.18-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.62%
GREEN value IS 35 (14.06% from 255) = 14.96%
BLUE value IS 125 (49.22% from 255) = 53.42%
R=31.62%
G=14.96%
B=53.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal74351250.410.7200.5126656.2531.37
Hex4A237D294803310a381f
Octal11243175511100634127037
Binary100101010001111111011010011001000011001110000101011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A237D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,35,125); }

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

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

 a { background-color: rgb(74,35,125); }

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

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

 span { border-color: rgb(74,35,125); }

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