#474B74

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

Shades of Corn Flower Blue #474B74

Tints of Corn Flower Blue #474B74

Color information

#474B74 (or 0x474B74) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 4B and 74. RGB value is (71,75,116). Sum of RGB (Red+Green+Blue) = 71+75+116=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 116 (45.70% from 255 or 44.27% from 262); Max value from RGB is 116 - color contains mainly: blue. Hex color #474B74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474B74 is #B8B48B. Grayscale: #4E4E4E. Windows color (decimal): -12104844 or 7621447. OLE color: 7621447.

HSL color Cylindrical-coordinate representation of color #474B74: hue angle of 234.67º 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 #474B74 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7175116-
CMYK0.390.3500.55
HSL234.67º24.06%36.67%-
HSV(B)234.67º38.79%45.49%-
XYZ8.277.6317.56-
YUV78.48149.17122.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.10%
GREEN value IS 75 (29.69% from 255) = 28.63%
BLUE value IS 116 (45.70% from 255) = 44.27%
R=27.10%
G=28.63%
B=44.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71751160.390.3500.55234.6724.0636.67
Hex474B742723037eb1825
Octal10711316447430673533045
Binary10001111001011111010010011110001101101111110101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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