#474762

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

Shades of Corn Flower Blue #474762

Tints of Corn Flower Blue #474762

Color information

#474762 (or 0x474762) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 47 and 62. RGB value is (71,71,98). Sum of RGB (Red+Green+Blue) = 71+71+98=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 98 (38.67% from 255 or 40.83% from 240); Max value from RGB is 98 - color contains mainly: blue. Hex color #474762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474762 is #B8B89D. Grayscale: #494949. Windows color (decimal): -12105886 or 6440775. OLE color: 6440775.

HSL color Cylindrical-coordinate representation of color #474762: hue angle of 240º 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 #474762 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB717198-
CMYK0.280.2800.62
HSL240º15.98%33.14%-
HSV(B)240º27.55%38.43%-
XYZ7.066.7312.48-
YUV74.08141.5125.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.58%
GREEN value IS 71 (28.12% from 255) = 29.58%
BLUE value IS 98 (38.67% from 255) = 40.83%
R=29.58%
G=29.58%
B=40.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7171980.280.2800.6224015.9833.14
Hex4747621C1C03Ef01021
Octal10710714234340763602041
Binary100011110001111100010111001110001111101111000010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474762; }

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

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

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

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

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

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

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

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