#463F70

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

Shades of Corn Flower Blue #463F70

Tints of Corn Flower Blue #463F70

Color information

#463F70 (or 0x463F70) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 3F and 70. RGB value is (70,63,112). Sum of RGB (Red+Green+Blue) = 70+63+112=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: blue. Hex color #463F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463F70 is #B9C08F. Grayscale: #464646. Windows color (decimal): -12173456 or 7356230. OLE color: 7356230.

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

Color convert

RGB7063112-
CMYK0.380.4400.56
HSL248.57º28%34.31%-
HSV(B)248.57º43.75%43.92%-
XYZ7.236.0316.11-
YUV70.68151.32127.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.57%
GREEN value IS 63 (25% from 255) = 25.71%
BLUE value IS 112 (44.14% from 255) = 45.71%
R=28.57%
G=25.71%
B=45.71%

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
Decimal70631120.380.4400.56248.572834.31
Hex463F70262C038f91c22
Octal1067716046540703713442
Binary1000110111111111000010011010110001110001111100111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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