#4A467C

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

Shades of Corn Flower Blue #4A467C

Tints of Corn Flower Blue #4A467C

Color information

#4A467C (or 0x4A467C) is unknown color: approx Corn Flower Blue. HEX triplet: 4A, 46 and 7C. RGB value is (74,70,124). Sum of RGB (Red+Green+Blue) = 74+70+124=268 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.61% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 124 - color contains mainly: blue. Hex color #4A467C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A467C is #B5B983. Grayscale: #4D4D4D. Windows color (decimal): -11909508 or 8144458. OLE color: 8144458.

HSL color Cylindrical-coordinate representation of color #4A467C: hue angle of 244.44º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A467C is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7470124-
CMYK0.400.4400.51
HSL244.44º27.84%38.04%-
HSV(B)244.44º43.55%48.63%-
XYZ8.657.2920.02-
YUV77.35154.33125.61-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.61%
GREEN value IS 70 (27.73% from 255) = 26.12%
BLUE value IS 124 (48.83% from 255) = 46.27%
R=27.61%
G=26.12%
B=46.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal74701240.400.4400.51244.4427.8438.04
Hex4A467C282C033f41c26
Octal11210617450540633643446
Binary10010101000110111110010100010110001100111111010011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A467C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,70,124); }

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

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

 a { background-color: rgb(74,70,124); }

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

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

 span { border-color: rgb(74,70,124); }

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