#474864

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

Shades of Corn Flower Blue #474864

Tints of Corn Flower Blue #474864

Color information

#474864 (or 0x474864) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 48 and 64. RGB value is (71,72,100). Sum of RGB (Red+Green+Blue) = 71+72+100=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 100 (39.45% from 255 or 41.15% from 243); Max value from RGB is 100 - color contains mainly: blue. Hex color #474864 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474864 is #B8B79B. Grayscale: #4A4A4A. Windows color (decimal): -12105628 or 6572103. OLE color: 6572103.

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

Color convert

RGB7172100-
CMYK0.290.2800.61
HSL237.93º16.96%33.53%-
HSV(B)237.93º29%39.22%-
XYZ7.226.8913.01-
YUV74.89142.17125.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.22%
GREEN value IS 72 (28.52% from 255) = 29.63%
BLUE value IS 100 (39.45% from 255) = 41.15%
R=29.22%
G=29.63%
B=41.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal71721000.290.2800.61237.9316.9633.53
Hex4748641D1C03Dee1122
Octal10711014435340753562142
Binary100011110010001100100111011110001111011110111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474864; }

 p { color: rgb(71,72,100); }

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

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

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

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

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

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

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