#4A4572

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

Shades of Corn Flower Blue #4A4572

Tints of Corn Flower Blue #4A4572

Color information

#4A4572 (or 0x4A4572) is unknown color: approx Corn Flower Blue. HEX triplet: 4A, 45 and 72. RGB value is (74,69,114). Sum of RGB (Red+Green+Blue) = 74+69+114=257 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.79% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 114 (44.92% from 255 or 44.36% from 257); Max value from RGB is 114 - color contains mainly: blue. Hex color #4A4572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4572 is #B5BA8D. Grayscale: #4B4B4B. Windows color (decimal): -11909774 or 7488842. OLE color: 7488842.

HSL color Cylindrical-coordinate representation of color #4A4572: hue angle of 246.67º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4A4572 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7469114-
CMYK0.350.3900.55
HSL246.67º24.59%35.88%-
HSV(B)246.67º39.47%44.71%-
XYZ7.996.9316.84-
YUV75.62149.66126.84-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.79%
GREEN value IS 69 (27.34% from 255) = 26.85%
BLUE value IS 114 (44.92% from 255) = 44.36%
R=28.79%
G=26.85%
B=44.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal74691140.350.3900.55246.6724.5935.88
Hex4A45722327037f71924
Octal11210516243470673673144
Binary10010101000101111001010001110011101101111111011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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