#4A487B

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

Shades of Corn Flower Blue #4A487B

Tints of Corn Flower Blue #4A487B

Color information

#4A487B (or 0x4A487B) is unknown color: approx Corn Flower Blue. HEX triplet: 4A, 48 and 7B. RGB value is (74,72,123). Sum of RGB (Red+Green+Blue) = 74+72+123=269 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.51% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 123 (48.44% from 255 or 45.72% from 269); Max value from RGB is 123 - color contains mainly: blue. Hex color #4A487B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A487B is #B5B784. Grayscale: #4E4E4E. Windows color (decimal): -11908997 or 8079434. OLE color: 8079434.

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

Color convert

RGB7472123-
CMYK0.400.4100.52
HSL242.35º26.15%38.24%-
HSV(B)242.35º41.46%48.24%-
XYZ8.727.5219.73-
YUV78.41153.16124.85-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.51%
GREEN value IS 72 (28.52% from 255) = 26.77%
BLUE value IS 123 (48.44% from 255) = 45.72%
R=27.51%
G=26.77%
B=45.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal74721230.400.4100.52242.3526.1538.24
Hex4A487B2829034f21a26
Octal11211017350510643623246
Binary10010101001000111101110100010100101101001111001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A487B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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