#474363

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

Shades of Corn Flower Blue #474363

Tints of Corn Flower Blue #474363

Color information

#474363 (or 0x474363) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 43 and 63. RGB value is (71,67,99). Sum of RGB (Red+Green+Blue) = 71+67+99=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 99 - color contains mainly: blue. Hex color #474363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474363 is #B8BC9C. Grayscale: #474747. Windows color (decimal): -12106909 or 6505287. OLE color: 6505287.

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

Color convert

RGB716799-
CMYK0.280.3200.61
HSL247.5º19.28%32.55%-
HSV(B)247.5º32.32%38.82%-
XYZ6.866.2512.65-
YUV71.84143.33127.4-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.96%
GREEN value IS 67 (26.56% from 255) = 28.27%
BLUE value IS 99 (39.06% from 255) = 41.77%
R=29.96%
G=28.27%
B=41.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7167990.280.3200.61247.519.2832.55
Hex4743631C2003Df81321
Octal10710314334400753702341
Binary1000111100001111000111110010000001111011111100010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474363; }

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

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

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

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

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

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

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

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