#474663

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

Shades of Corn Flower Blue #474663

Tints of Corn Flower Blue #474663

Color information

#474663 (or 0x474663) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 46 and 63. RGB value is (71,70,99). Sum of RGB (Red+Green+Blue) = 71+70+99=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 99 - color contains mainly: blue. Hex color #474663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474663 is #B8B99C. Grayscale: #494949. Windows color (decimal): -12106141 or 6506055. OLE color: 6506055.

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

Color convert

RGB717099-
CMYK0.280.2900.61
HSL242.07º17.16%33.14%-
HSV(B)242.07º29.29%38.82%-
XYZ7.046.6212.71-
YUV73.6142.33126.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.58%
GREEN value IS 70 (27.73% from 255) = 29.17%
BLUE value IS 99 (39.06% from 255) = 41.25%
R=29.58%
G=29.17%
B=41.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7170990.280.2900.61242.0717.1633.14
Hex4746631C1D03Df21121
Octal10710614334350753622141
Binary100011110001101100011111001110101111011111001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474663; }

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

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

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

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

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

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

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

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