#464763

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

Shades of Corn Flower Blue #464763

Tints of Corn Flower Blue #464763

Color information

#464763 (or 0x464763) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 47 and 63. RGB value is (70,71,99). Sum of RGB (Red+Green+Blue) = 70+71+99=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 99 - color contains mainly: blue. Hex color #464763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464763 is #B9B89C. Grayscale: #494949. Windows color (decimal): -12171421 or 6506310. OLE color: 6506310.

HSL color Cylindrical-coordinate representation of color #464763: hue angle of 237.93º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #464763 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB707199-
CMYK0.290.2800.61
HSL237.93º17.16%33.14%-
HSV(B)237.93º29.29%38.82%-
XYZ7.036.7112.73-
YUV73.89142.17125.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.17%
GREEN value IS 71 (28.12% from 255) = 29.58%
BLUE value IS 99 (39.06% from 255) = 41.25%
R=29.17%
G=29.58%
B=41.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7071990.290.2800.61237.9317.1633.14
Hex4647631D1C03Dee1121
Octal10610714335340753562141
Binary100011010001111100011111011110001111011110111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464763; }

 p { color: rgb(70,71,99); }

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

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

 a { background-color: rgb(70,71,99); }

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

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

 span { border-color: rgb(70,71,99); }

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