#474B73

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

Shades of Corn Flower Blue #474B73

Tints of Corn Flower Blue #474B73

Color information

#474B73 (or 0x474B73) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 4B and 73. RGB value is (71,75,115). Sum of RGB (Red+Green+Blue) = 71+75+115=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #474B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474B73 is #B8B48C. Grayscale: #4E4E4E. Windows color (decimal): -12104845 or 7555911. OLE color: 7555911.

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

Color convert

RGB7175115-
CMYK0.380.3500.55
HSL234.55º23.66%36.47%-
HSV(B)234.55º38.26%45.1%-
XYZ8.217.6117.26-
YUV78.36148.67122.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.20%
GREEN value IS 75 (29.69% from 255) = 28.74%
BLUE value IS 115 (45.31% from 255) = 44.06%
R=27.20%
G=28.74%
B=44.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71751150.380.3500.55234.5523.6636.47
Hex474B732623037eb1824
Octal10711316346430673533044
Binary10001111001011111001110011010001101101111110101111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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