#463E78

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

Shades of Corn Flower Blue #463E78

Tints of Corn Flower Blue #463E78

Color information

#463E78 (or 0x463E78) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 3E and 78. RGB value is (70,62,120). Sum of RGB (Red+Green+Blue) = 70+62+120=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 62 (24.61% from 255 or 24.60% from 252); Blue value is 120 (47.27% from 255 or 47.62% from 252); Max value from RGB is 120 - color contains mainly: blue. Hex color #463E78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463E78 is #B9C187. Grayscale: #464646. Windows color (decimal): -12173704 or 7880262. OLE color: 7880262.

HSL color Cylindrical-coordinate representation of color #463E78: hue angle of 248.28º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #463E78 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7062120-
CMYK0.420.4800.53
HSL248.28º31.87%35.69%-
HSV(B)248.28º48.33%47.06%-
XYZ7.646.118.54-
YUV71155.65127.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.78%
GREEN value IS 62 (24.61% from 255) = 24.60%
BLUE value IS 120 (47.27% from 255) = 47.62%
R=27.78%
G=24.60%
B=47.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70621200.420.4800.53248.2831.8735.69
Hex463E782A30035f82024
Octal1067617052600653704044
Binary10001101111101111000101010110000011010111111000100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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