#4A487C

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

Shades of Corn Flower Blue #4A487C

Tints of Corn Flower Blue #4A487C

Color information

#4A487C (or 0x4A487C) is unknown color: approx Corn Flower Blue. HEX triplet: 4A, 48 and 7C. RGB value is (74,72,124). Sum of RGB (Red+Green+Blue) = 74+72+124=270 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.41% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 124 - color contains mainly: blue. Hex color #4A487C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A487C is #B5B783. Grayscale: #4E4E4E. Windows color (decimal): -11908996 or 8144970. OLE color: 8144970.

HSL color Cylindrical-coordinate representation of color #4A487C: hue angle of 242.31º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4A487C is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7472124-
CMYK0.400.4200.51
HSL242.31º26.53%38.43%-
HSV(B)242.31º41.94%48.63%-
XYZ8.787.5520.06-
YUV78.53153.66124.77-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.41%
GREEN value IS 72 (28.52% from 255) = 26.67%
BLUE value IS 124 (48.83% from 255) = 45.93%
R=27.41%
G=26.67%
B=45.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal74721240.400.4200.51242.3126.5338.43
Hex4A487C282A033f21b26
Octal11211017450520633623346
Binary10010101001000111110010100010101001100111111001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A487C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,72,124); }

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

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

 a { background-color: rgb(74,72,124); }

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

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

 span { border-color: rgb(74,72,124); }

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