#463F76

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

Shades of Corn Flower Blue #463F76

Tints of Corn Flower Blue #463F76

Color information

#463F76 (or 0x463F76) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 3F and 76. RGB value is (70,63,118). Sum of RGB (Red+Green+Blue) = 70+63+118=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #463F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463F76 is #B9C089. Grayscale: #474747. Windows color (decimal): -12173450 or 7749446. OLE color: 7749446.

HSL color Cylindrical-coordinate representation of color #463F76: hue angle of 247.64º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #463F76 is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7063118-
CMYK0.410.4700.54
HSL247.64º30.39%35.49%-
HSV(B)247.64º46.61%46.27%-
XYZ7.576.1717.93-
YUV71.36154.32127.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.89%
GREEN value IS 63 (25% from 255) = 25.10%
BLUE value IS 118 (46.48% from 255) = 47.01%
R=27.89%
G=25.10%
B=47.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70631180.410.4700.54247.6430.3935.49
Hex463F76292F036f81e23
Octal1067716651570663703643
Binary1000110111111111011010100110111101101101111100011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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