#464363

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

Shades of Corn Flower Blue #464363

Tints of Corn Flower Blue #464363

Color information

#464363 (or 0x464363) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 43 and 63. RGB value is (70,67,99). Sum of RGB (Red+Green+Blue) = 70+67+99=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 99 - color contains mainly: blue. Hex color #464363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464363 is #B9BC9C. Grayscale: #474747. Windows color (decimal): -12172445 or 6505286. OLE color: 6505286.

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

Color convert

RGB706799-
CMYK0.290.3200.61
HSL245.62º19.28%32.55%-
HSV(B)245.62º32.32%38.82%-
XYZ6.796.2212.65-
YUV71.54143.49126.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.66%
GREEN value IS 67 (26.56% from 255) = 28.39%
BLUE value IS 99 (39.06% from 255) = 41.95%
R=29.66%
G=28.39%
B=41.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7067990.290.3200.61245.6219.2832.55
Hex4643631D2003Df61321
Octal10610314335400753662341
Binary1000110100001111000111110110000001111011111011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464363; }

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

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

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

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

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

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

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

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