#4A257B

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

Shades of Windsor #4A257B

Tints of Windsor #4A257B

Color information

#4A257B (or 0x4A257B) is unknown color: approx Windsor. HEX triplet: 4A, 25 and 7B. RGB value is (74,37,123). Sum of RGB (Red+Green+Blue) = 74+37+123=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 123 (48.44% from 255 or 52.56% from 234); Max value from RGB is 123 - color contains mainly: blue. Hex color #4A257B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A257B is #B5DA84. Grayscale: #393939. Windows color (decimal): -11917957 or 8070474. OLE color: 8070474.

HSL color Cylindrical-coordinate representation of color #4A257B: hue angle of 265.81º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A257B is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7437123-
CMYK0.400.7000.52
HSL265.81º53.75%31.37%-
HSV(B)265.81º69.92%48.24%-
XYZ7.064.2119.18-
YUV57.87164.76139.51-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.62%
GREEN value IS 37 (14.84% from 255) = 15.81%
BLUE value IS 123 (48.44% from 255) = 52.56%
R=31.62%
G=15.81%
B=52.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal74371230.400.7000.52265.8153.7531.37
Hex4A257B284603410a361f
Octal11245173501060644126637
Binary100101010010111110111010001000110011010010000101011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A257B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,37,123); }

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

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

 a { background-color: rgb(74,37,123); }

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

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

 span { border-color: rgb(74,37,123); }

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