#4A447A

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

Shades of Corn Flower Blue #4A447A

Tints of Corn Flower Blue #4A447A

Color information

#4A447A (or 0x4A447A) is unknown color: approx Corn Flower Blue. HEX triplet: 4A, 44 and 7A. RGB value is (74,68,122). Sum of RGB (Red+Green+Blue) = 74+68+122=264 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.03% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 122 (48.05% from 255 or 46.21% from 264); Max value from RGB is 122 - color contains mainly: blue. Hex color #4A447A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A447A is #B5BB85. Grayscale: #4B4B4B. Windows color (decimal): -11910022 or 8012874. OLE color: 8012874.

HSL color Cylindrical-coordinate representation of color #4A447A: hue angle of 246.67º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A447A is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7468122-
CMYK0.390.4400.52
HSL246.67º28.42%37.25%-
HSV(B)246.67º44.26%47.84%-
XYZ8.4719.32-
YUV75.95153.99126.61-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.03%
GREEN value IS 68 (26.95% from 255) = 25.76%
BLUE value IS 122 (48.05% from 255) = 46.21%
R=28.03%
G=25.76%
B=46.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal74681220.390.4400.52246.6728.4237.25
Hex4A447A272C034f71c25
Octal11210417247540643673445
Binary10010101000100111101010011110110001101001111011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A447A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,68,122); }

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

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

 a { background-color: rgb(74,68,122); }

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

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

 span { border-color: rgb(74,68,122); }

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