#463E76

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

Shades of Corn Flower Blue #463E76

Tints of Corn Flower Blue #463E76

Color information

#463E76 (or 0x463E76) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 3E and 76. RGB value is (70,62,118). Sum of RGB (Red+Green+Blue) = 70+62+118=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 62 (24.61% from 255 or 24.8% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #463E76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463E76 is #B9C189. Grayscale: #464646. Windows color (decimal): -12173706 or 7749190. OLE color: 7749190.

HSL color Cylindrical-coordinate representation of color #463E76: hue angle of 248.57º degrees, saturation: 0.31, 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 #463E76 is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7062118-
CMYK0.410.4700.54
HSL248.57º31.11%35.29%-
HSV(B)248.57º47.46%46.27%-
XYZ7.526.0617.91-
YUV70.78154.65127.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28%
GREEN value IS 62 (24.61% from 255) = 24.8%
BLUE value IS 118 (46.48% from 255) = 47.2%
R=28%
G=24.8%
B=47.2%

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
Decimal70621180.410.4700.54248.5731.1135.29
Hex463E76292F036f91f23
Octal1067616651570663713743
Binary1000110111110111011010100110111101101101111100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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