#474865

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

Shades of Corn Flower Blue #474865

Tints of Corn Flower Blue #474865

Color information

#474865 (or 0x474865) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 48 and 65. RGB value is (71,72,101). Sum of RGB (Red+Green+Blue) = 71+72+101=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 72 (28.52% from 255 or 29.51% from 244); Blue value is 101 (39.84% from 255 or 41.39% from 244); Max value from RGB is 101 - color contains mainly: blue. Hex color #474865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474865 is #B8B79A. Grayscale: #4A4A4A. Windows color (decimal): -12105627 or 6637639. OLE color: 6637639.

HSL color Cylindrical-coordinate representation of color #474865: hue angle of 238º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #474865 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7172101-
CMYK0.300.2900.60
HSL238º17.44%33.73%-
HSV(B)238º29.7%39.61%-
XYZ7.266.9113.26-
YUV75.01142.67125.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.10%
GREEN value IS 72 (28.52% from 255) = 29.51%
BLUE value IS 101 (39.84% from 255) = 41.39%
R=29.10%
G=29.51%
B=41.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71721010.300.2900.6023817.4433.73
Hex4748651E1D03Cee1122
Octal10711014536350743562142
Binary100011110010001100101111101110101111001110111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474865; }

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

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

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

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

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

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

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

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