#474A74

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

Shades of Corn Flower Blue #474A74

Tints of Corn Flower Blue #474A74

Color information

#474A74 (or 0x474A74) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 4A and 74. RGB value is (71,74,116). Sum of RGB (Red+Green+Blue) = 71+74+116=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 116 - color contains mainly: blue. Hex color #474A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474A74 is #B8B58B. Grayscale: #4D4D4D. Windows color (decimal): -12105100 or 7621191. OLE color: 7621191.

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

Color convert

RGB7174116-
CMYK0.390.3600.55
HSL236º24.06%36.67%-
HSV(B)236º38.79%45.49%-
XYZ8.27.517.54-
YUV77.89149.51123.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.20%
GREEN value IS 74 (29.30% from 255) = 28.35%
BLUE value IS 116 (45.70% from 255) = 44.44%
R=27.20%
G=28.35%
B=44.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71741160.390.3600.5523624.0636.67
Hex474A742724037ec1825
Octal10711216447440673543045
Binary10001111001010111010010011110010001101111110110011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474A74; }

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

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

<style>
 a { background-color: #474A74; }

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

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

<style>
 span { border-color: #474A74; }

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

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