#464863

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

Shades of Corn Flower Blue #464863

Tints of Corn Flower Blue #464863

Color information

#464863 (or 0x464863) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 48 and 63. RGB value is (70,72,99). Sum of RGB (Red+Green+Blue) = 70+72+99=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 99 - color contains mainly: blue. Hex color #464863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464863 is #B9B79C. Grayscale: #4A4A4A. Windows color (decimal): -12171165 or 6506566. OLE color: 6506566.

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

Color convert

RGB707299-
CMYK0.290.2700.61
HSL235.86º17.16%33.14%-
HSV(B)235.86º29.29%38.82%-
XYZ7.16.8412.75-
YUV74.48141.84124.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.05%
GREEN value IS 72 (28.52% from 255) = 29.88%
BLUE value IS 99 (39.06% from 255) = 41.08%
R=29.05%
G=29.88%
B=41.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7072990.290.2700.61235.8617.1633.14
Hex4648631D1B03Dec1121
Octal10611014335330753542141
Binary100011010010001100011111011101101111011110110010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464863; }

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

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

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

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

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

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

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

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