#4A4277

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

Shades of Corn Flower Blue #4A4277

Tints of Corn Flower Blue #4A4277

Color information

#4A4277 (or 0x4A4277) is unknown color: approx Corn Flower Blue. HEX triplet: 4A, 42 and 77. RGB value is (74,66,119). Sum of RGB (Red+Green+Blue) = 74+66+119=259 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.57% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 119 (46.88% from 255 or 45.95% from 259); Max value from RGB is 119 - color contains mainly: blue. Hex color #4A4277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4277 is #B5BD88. Grayscale: #4A4A4A. Windows color (decimal): -11910537 or 7815754. OLE color: 7815754.

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

Color convert

RGB7466119-
CMYK0.380.4500.53
HSL249.06º28.65%36.27%-
HSV(B)249.06º44.54%46.67%-
XYZ8.16.6818.32-
YUV74.43153.15127.69-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.57%
GREEN value IS 66 (26.17% from 255) = 25.48%
BLUE value IS 119 (46.88% from 255) = 45.95%
R=28.57%
G=25.48%
B=45.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal74661190.380.4500.53249.0628.6536.27
Hex4A4277262D035f91d24
Octal11210216746550653713544
Binary10010101000010111011110011010110101101011111100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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