#4A4775

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

Shades of Corn Flower Blue #4A4775

Tints of Corn Flower Blue #4A4775

Color information

#4A4775 (or 0x4A4775) is unknown color: approx Corn Flower Blue. HEX triplet: 4A, 47 and 75. RGB value is (74,71,117). Sum of RGB (Red+Green+Blue) = 74+71+117=262 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.24% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 117 - color contains mainly: blue. Hex color #4A4775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4775 is #B5B88A. Grayscale: #4C4C4C. Windows color (decimal): -11909259 or 7685962. OLE color: 7685962.

HSL color Cylindrical-coordinate representation of color #4A4775: hue angle of 243.91º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4A4775 is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7471117-
CMYK0.370.3900.54
HSL243.91º24.47%36.86%-
HSV(B)243.91º39.32%45.88%-
XYZ8.297.2517.79-
YUV77.14150.49125.76-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.24%
GREEN value IS 71 (28.12% from 255) = 27.10%
BLUE value IS 117 (46.09% from 255) = 44.66%
R=28.24%
G=27.10%
B=44.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal74711170.370.3900.54243.9124.4736.86
Hex4A47752527036f41825
Octal11210716545470663643045
Binary10010101000111111010110010110011101101101111010011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,71,117); }

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

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

 a { background-color: rgb(74,71,117); }

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

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

 span { border-color: rgb(74,71,117); }

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