#463F71

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

Shades of Corn Flower Blue #463F71

Tints of Corn Flower Blue #463F71

Color information

#463F71 (or 0x463F71) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 3F and 71. RGB value is (70,63,113). Sum of RGB (Red+Green+Blue) = 70+63+113=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 113 - color contains mainly: blue. Hex color #463F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463F71 is #B9C08E. Grayscale: #464646. Windows color (decimal): -12173455 or 7421766. OLE color: 7421766.

HSL color Cylindrical-coordinate representation of color #463F71: hue angle of 248.4º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #463F71 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7063113-
CMYK0.380.4400.56
HSL248.4º28.41%34.51%-
HSV(B)248.4º44.25%44.31%-
XYZ7.286.0516.41-
YUV70.79151.82127.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.46%
GREEN value IS 63 (25% from 255) = 25.61%
BLUE value IS 113 (44.53% from 255) = 45.93%
R=28.46%
G=25.61%
B=45.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70631130.380.4400.56248.428.4134.51
Hex463F71262C038f81c23
Octal1067716146540703703443
Binary1000110111111111000110011010110001110001111100011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463F71; }

 p { color: rgb(70,63,113); }

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

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

 a { background-color: rgb(70,63,113); }

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

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

 span { border-color: rgb(70,63,113); }

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