#474962

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

Shades of Corn Flower Blue #474962

Tints of Corn Flower Blue #474962

Color information

#474962 (or 0x474962) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 49 and 62. RGB value is (71,73,98). Sum of RGB (Red+Green+Blue) = 71+73+98=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 98 - color contains mainly: blue. Hex color #474962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474962 is #B8B69D. Grayscale: #4B4B4B. Windows color (decimal): -12105374 or 6441287. OLE color: 6441287.

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

Color convert

RGB717398-
CMYK0.280.2600.62
HSL235.56º15.98%33.14%-
HSV(B)235.56º27.55%38.43%-
XYZ7.196.9912.53-
YUV75.25140.84124.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.34%
GREEN value IS 73 (28.91% from 255) = 30.17%
BLUE value IS 98 (38.67% from 255) = 40.50%
R=29.34%
G=30.17%
B=40.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7173980.280.2600.62235.5615.9833.14
Hex4749621C1A03Eec1021
Octal10711114234320763542041
Binary100011110010011100010111001101001111101110110010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474962; }

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

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

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

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

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

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

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

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