#4A4279

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

Shades of Corn Flower Blue #4A4279

Tints of Corn Flower Blue #4A4279

Color information

#4A4279 (or 0x4A4279) is unknown color: approx Corn Flower Blue. HEX triplet: 4A, 42 and 79. RGB value is (74,66,121). Sum of RGB (Red+Green+Blue) = 74+66+121=261 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.35% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 121 (47.66% from 255 or 46.36% from 261); Max value from RGB is 121 - color contains mainly: blue. Hex color #4A4279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4279 is #B5BD86. Grayscale: #4A4A4A. Windows color (decimal): -11910535 or 7946826. OLE color: 7946826.

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

Color convert

RGB7466121-
CMYK0.390.4500.53
HSL248.73º29.41%36.67%-
HSV(B)248.73º45.45%47.45%-
XYZ8.226.7318.96-
YUV74.66154.15127.53-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.35%
GREEN value IS 66 (26.17% from 255) = 25.29%
BLUE value IS 121 (47.66% from 255) = 46.36%
R=28.35%
G=25.29%
B=46.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal74661210.390.4500.53248.7329.4136.67
Hex4A4279272D035f91d25
Octal11210217147550653713545
Binary10010101000010111100110011110110101101011111100111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,66,121); }

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

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

 a { background-color: rgb(74,66,121); }

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

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

 span { border-color: rgb(74,66,121); }

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