#4A4869

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

Shades of Corn Flower Blue #4A4869

Tints of Corn Flower Blue #4A4869

Color information

#4A4869 (or 0x4A4869) is unknown color: approx Corn Flower Blue. HEX triplet: 4A, 48 and 69. RGB value is (74,72,105). Sum of RGB (Red+Green+Blue) = 74+72+105=251 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.48% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 105 - color contains mainly: blue. Hex color #4A4869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4869 is #B5B796. Grayscale: #4C4C4C. Windows color (decimal): -11909015 or 6899786. OLE color: 6899786.

HSL color Cylindrical-coordinate representation of color #4A4869: hue angle of 243.64º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4A4869 is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7472105-
CMYK0.300.3100.59
HSL243.64º18.64%34.71%-
HSV(B)243.64º31.43%41.18%-
XYZ7.697.1114.33-
YUV76.36144.16126.32-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.48%
GREEN value IS 72 (28.52% from 255) = 28.69%
BLUE value IS 105 (41.41% from 255) = 41.83%
R=29.48%
G=28.69%
B=41.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal74721050.300.3100.59243.6418.6434.71
Hex4A48691E1F03Bf41323
Octal11211015136370733642343
Binary100101010010001101001111101111101110111111010010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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