#4A497A

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

Shades of Corn Flower Blue #4A497A

Tints of Corn Flower Blue #4A497A

Color information

#4A497A (or 0x4A497A) is unknown color: approx Corn Flower Blue. HEX triplet: 4A, 49 and 7A. RGB value is (74,73,122). Sum of RGB (Red+Green+Blue) = 74+73+122=269 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.51% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 122 (48.05% from 255 or 45.35% from 269); Max value from RGB is 122 - color contains mainly: blue. Hex color #4A497A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A497A is #B5B685. Grayscale: #4E4E4E. Windows color (decimal): -11908742 or 8014154. OLE color: 8014154.

HSL color Cylindrical-coordinate representation of color #4A497A: hue angle of 241.22º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4A497A is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7473122-
CMYK0.390.4000.52
HSL241.22º25.13%38.24%-
HSV(B)241.22º40.16%47.84%-
XYZ8.727.6319.42-
YUV78.89152.33124.52-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.51%
GREEN value IS 73 (28.91% from 255) = 27.14%
BLUE value IS 122 (48.05% from 255) = 45.35%
R=27.51%
G=27.14%
B=45.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal74731220.390.4000.52241.2225.1338.24
Hex4A497A2728034f11926
Octal11211117247500643613146
Binary10010101001001111101010011110100001101001111000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A497A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,73,122); }

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

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

 a { background-color: rgb(74,73,122); }

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

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

 span { border-color: rgb(74,73,122); }

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