#4A4778

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

Shades of Corn Flower Blue #4A4778

Tints of Corn Flower Blue #4A4778

Color information

#4A4778 (or 0x4A4778) is unknown color: approx Corn Flower Blue. HEX triplet: 4A, 47 and 78. RGB value is (74,71,120). Sum of RGB (Red+Green+Blue) = 74+71+120=265 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.92% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 120 (47.27% from 255 or 45.28% from 265); Max value from RGB is 120 - color contains mainly: blue. Hex color #4A4778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4778 is #B5B887. Grayscale: #4D4D4D. Windows color (decimal): -11909256 or 7882570. OLE color: 7882570.

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

Color convert

RGB7471120-
CMYK0.380.4100.53
HSL243.67º25.65%37.45%-
HSV(B)243.67º40.83%47.06%-
XYZ8.477.3218.74-
YUV77.48151.99125.52-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.92%
GREEN value IS 71 (28.12% from 255) = 26.79%
BLUE value IS 120 (47.27% from 255) = 45.28%
R=27.92%
G=26.79%
B=45.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal74711200.380.4100.53243.6725.6537.45
Hex4A47782629035f41a25
Octal11210717046510653643245
Binary10010101000111111100010011010100101101011111010011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,71,120); }

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

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

 a { background-color: rgb(74,71,120); }

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

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

 span { border-color: rgb(74,71,120); }

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