#4A4178

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

Shades of Corn Flower Blue #4A4178

Tints of Corn Flower Blue #4A4178

Color information

#4A4178 (or 0x4A4178) is unknown color: approx Corn Flower Blue. HEX triplet: 4A, 41 and 78. RGB value is (74,65,120). Sum of RGB (Red+Green+Blue) = 74+65+120=259 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.57% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 120 - color contains mainly: blue. Hex color #4A4178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4178 is #B5BE87. Grayscale: #494949. Windows color (decimal): -11910792 or 7881034. OLE color: 7881034.

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

Color convert

RGB7465120-
CMYK0.380.4600.53
HSL249.82º29.73%36.27%-
HSV(B)249.82º45.83%47.06%-
XYZ8.16.5918.61-
YUV73.96153.98128.03-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.57%
GREEN value IS 65 (25.78% from 255) = 25.10%
BLUE value IS 120 (47.27% from 255) = 46.33%
R=28.57%
G=25.10%
B=46.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal74651200.380.4600.53249.8229.7336.27
Hex4A4178262E035fa1e24
Octal11210117046560653723644
Binary10010101000001111100010011010111001101011111101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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