#4A4372

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

Shades of Corn Flower Blue #4A4372

Tints of Corn Flower Blue #4A4372

Color information

#4A4372 (or 0x4A4372) is unknown color: approx Corn Flower Blue. HEX triplet: 4A, 43 and 72. RGB value is (74,67,114). Sum of RGB (Red+Green+Blue) = 74+67+114=255 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.02% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 114 - color contains mainly: blue. Hex color #4A4372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4372 is #B5BC8D. Grayscale: #4A4A4A. Windows color (decimal): -11910286 or 7488330. OLE color: 7488330.

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

Color convert

RGB7467114-
CMYK0.350.4100.55
HSL248.94º25.97%35.49%-
HSV(B)248.94º41.23%44.71%-
XYZ7.876.6916.8-
YUV74.45150.32127.68-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.02%
GREEN value IS 67 (26.56% from 255) = 26.27%
BLUE value IS 114 (44.92% from 255) = 44.71%
R=29.02%
G=26.27%
B=44.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal74671140.350.4100.55248.9425.9735.49
Hex4A43722329037f91a23
Octal11210316243510673713243
Binary10010101000011111001010001110100101101111111100111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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