#474963

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

Shades of Corn Flower Blue #474963

Tints of Corn Flower Blue #474963

Color information

#474963 (or 0x474963) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 49 and 63. RGB value is (71,73,99). Sum of RGB (Red+Green+Blue) = 71+73+99=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 99 - color contains mainly: blue. Hex color #474963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474963 is #B8B69C. Grayscale: #4B4B4B. Windows color (decimal): -12105373 or 6506823. OLE color: 6506823.

HSL color Cylindrical-coordinate representation of color #474963: hue angle of 235.71º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #474963 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB717399-
CMYK0.280.2600.61
HSL235.71º16.47%33.33%-
HSV(B)235.71º28.28%38.82%-
XYZ7.237.0112.78-
YUV75.37141.34124.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.22%
GREEN value IS 73 (28.91% from 255) = 30.04%
BLUE value IS 99 (39.06% from 255) = 40.74%
R=29.22%
G=30.04%
B=40.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7173990.280.2600.61235.7116.4733.33
Hex4749631C1A03Dec1021
Octal10711114334320753542041
Binary100011110010011100011111001101001111011110110010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474963; }

 p { color: rgb(71,73,99); }

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

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

 a { background-color: rgb(71,73,99); }

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

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

 span { border-color: rgb(71,73,99); }

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