#464663

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

Shades of Corn Flower Blue #464663

Tints of Corn Flower Blue #464663

Color information

#464663 (or 0x464663) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 46 and 63. RGB value is (70,70,99). Sum of RGB (Red+Green+Blue) = 70+70+99=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 99 - color contains mainly: blue. Hex color #464663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464663 is #B9B99C. Grayscale: #494949. Windows color (decimal): -12171677 or 6506054. OLE color: 6506054.

HSL color Cylindrical-coordinate representation of color #464663: hue angle of 240º 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 #464663 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB707099-
CMYK0.290.2900.61
HSL240º17.16%33.14%-
HSV(B)240º29.29%38.82%-
XYZ6.976.5812.71-
YUV73.31142.5125.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.29%
GREEN value IS 70 (27.73% from 255) = 29.29%
BLUE value IS 99 (39.06% from 255) = 41.42%
R=29.29%
G=29.29%
B=41.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7070990.290.2900.6124017.1633.14
Hex4646631D1D03Df01121
Octal10610614335350753602141
Binary100011010001101100011111011110101111011111000010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464663; }

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

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

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

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

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

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

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

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