#464263

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

Shades of Corn Flower Blue #464263

Tints of Corn Flower Blue #464263

Color information

#464263 (or 0x464263) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 42 and 63. RGB value is (70,66,99). Sum of RGB (Red+Green+Blue) = 70+66+99=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 99 - color contains mainly: blue. Hex color #464263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464263 is #B9BD9C. Grayscale: #464646. Windows color (decimal): -12172701 or 6505030. OLE color: 6505030.

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

Color convert

RGB706699-
CMYK0.290.3300.61
HSL247.27º20%32.35%-
HSV(B)247.27º33.33%38.82%-
XYZ6.736.112.63-
YUV70.96143.83127.32-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.79%
GREEN value IS 66 (26.17% from 255) = 28.09%
BLUE value IS 99 (39.06% from 255) = 42.13%
R=29.79%
G=28.09%
B=42.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7066990.290.3300.61247.272032.35
Hex4642631D2103Df71420
Octal10610214335410753672440
Binary1000110100001011000111110110000101111011111011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464263; }

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

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

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

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

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

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

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

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