#4A4571

Color #4A4571 Corn Flower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Flower Blue #4A4571

Tints of Corn Flower Blue #4A4571

Color information

#4A4571 (or 0x4A4571) is unknown color: approx Corn Flower Blue. HEX triplet: 4A, 45 and 71. RGB value is (74,69,113). Sum of RGB (Red+Green+Blue) = 74+69+113=256 (33% of max value = 765). Red value is 74 (29.30% from 255 or 28.91% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 113 - color contains mainly: blue. Hex color #4A4571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4571 is #B5BA8E. Grayscale: #4B4B4B. Windows color (decimal): -11909775 or 7423306. OLE color: 7423306.

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

Color convert

RGB7469113-
CMYK0.350.3900.56
HSL246.82º24.18%35.69%-
HSV(B)246.82º38.94%44.31%-
XYZ7.936.916.54-
YUV75.51149.16126.92-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.91%
GREEN value IS 69 (27.34% from 255) = 26.95%
BLUE value IS 113 (44.53% from 255) = 44.14%
R=28.91%
G=26.95%
B=44.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal74691130.350.3900.56246.8224.1835.69
Hex4A45712327038f71824
Octal11210516143470703673044
Binary10010101000101111000110001110011101110001111011111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,69,113); }

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

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

 a { background-color: rgb(74,69,113); }

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

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

 span { border-color: rgb(74,69,113); }

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