#4A4676

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

Shades of Corn Flower Blue #4A4676

Tints of Corn Flower Blue #4A4676

Color information

#4A4676 (or 0x4A4676) is unknown color: approx Corn Flower Blue. HEX triplet: 4A, 46 and 76. RGB value is (74,70,118). Sum of RGB (Red+Green+Blue) = 74+70+118=262 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.24% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 118 - color contains mainly: blue. Hex color #4A4676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4676 is #B5B989. Grayscale: #4C4C4C. Windows color (decimal): -11909514 or 7751242. OLE color: 7751242.

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

Color convert

RGB7470118-
CMYK0.370.4100.54
HSL245º25.53%36.86%-
HSV(B)245º40.68%46.27%-
XYZ8.287.1418.08-
YUV76.67151.33126.1-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.24%
GREEN value IS 70 (27.73% from 255) = 26.72%
BLUE value IS 118 (46.48% from 255) = 45.04%
R=28.24%
G=26.72%
B=45.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal74701180.370.4100.5424525.5336.86
Hex4A46762529036f51a25
Octal11210616645510663653245
Binary10010101000110111011010010110100101101101111010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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