#4A457A

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

Shades of Corn Flower Blue #4A457A

Tints of Corn Flower Blue #4A457A

Color information

#4A457A (or 0x4A457A) is unknown color: approx Corn Flower Blue. HEX triplet: 4A, 45 and 7A. RGB value is (74,69,122). Sum of RGB (Red+Green+Blue) = 74+69+122=265 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.92% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 122 (48.05% from 255 or 46.04% from 265); Max value from RGB is 122 - color contains mainly: blue. Hex color #4A457A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A457A is #B5BA85. Grayscale: #4C4C4C. Windows color (decimal): -11909766 or 8013130. OLE color: 8013130.

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

Color convert

RGB7469122-
CMYK0.390.4300.52
HSL245.66º27.75%37.45%-
HSV(B)245.66º43.44%47.84%-
XYZ8.477.1219.34-
YUV76.54153.66126.19-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.92%
GREEN value IS 69 (27.34% from 255) = 26.04%
BLUE value IS 122 (48.05% from 255) = 46.04%
R=27.92%
G=26.04%
B=46.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal74691220.390.4300.52245.6627.7537.45
Hex4A457A272B034f61c25
Octal11210517247530643663445
Binary10010101000101111101010011110101101101001111011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A457A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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