#4A4471

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

Shades of Corn Flower Blue #4A4471

Tints of Corn Flower Blue #4A4471

Color information

#4A4471 (or 0x4A4471) is unknown color: approx Corn Flower Blue. HEX triplet: 4A, 44 and 71. RGB value is (74,68,113). Sum of RGB (Red+Green+Blue) = 74+68+113=255 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.02% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 113 - color contains mainly: blue. Hex color #4A4471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4471 is #B5BB8E. Grayscale: #4A4A4A. Windows color (decimal): -11910031 or 7423050. OLE color: 7423050.

HSL color Cylindrical-coordinate representation of color #4A4471: hue angle of 248º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4A4471 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7468113-
CMYK0.350.4000.56
HSL248º24.86%35.49%-
HSV(B)248º39.82%44.31%-
XYZ7.876.7816.52-
YUV74.92149.49127.34-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.02%
GREEN value IS 68 (26.95% from 255) = 26.67%
BLUE value IS 113 (44.53% from 255) = 44.31%
R=29.02%
G=26.67%
B=44.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal74681130.350.4000.5624824.8635.49
Hex4A44712328038f81923
Octal11210416143500703703143
Binary10010101000100111000110001110100001110001111100011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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