#4A4473

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

Shades of Corn Flower Blue #4A4473

Tints of Corn Flower Blue #4A4473

Color information

#4A4473 (or 0x4A4473) is unknown color: approx Corn Flower Blue. HEX triplet: 4A, 44 and 73. RGB value is (74,68,115). Sum of RGB (Red+Green+Blue) = 74+68+115=257 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.79% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 115 - color contains mainly: blue. Hex color #4A4473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4473 is #B5BB8C. Grayscale: #4A4A4A. Windows color (decimal): -11910029 or 7554122. OLE color: 7554122.

HSL color Cylindrical-coordinate representation of color #4A4473: hue angle of 247.66º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4A4473 is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7468115-
CMYK0.360.4100.55
HSL247.66º25.68%35.88%-
HSV(B)247.66º40.87%45.1%-
XYZ7.996.8317.12-
YUV75.15150.49127.18-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.79%
GREEN value IS 68 (26.95% from 255) = 26.46%
BLUE value IS 115 (45.31% from 255) = 44.75%
R=28.79%
G=26.46%
B=44.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal74681150.360.4100.55247.6625.6835.88
Hex4A44732429037f81a24
Octal11210416344510673703244
Binary10010101000100111001110010010100101101111111100011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,68,115); }

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

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

 a { background-color: rgb(74,68,115); }

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

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

 span { border-color: rgb(74,68,115); }

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