#46496B

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

Shades of Corn Flower Blue #46496B

Tints of Corn Flower Blue #46496B

Color information

#46496B (or 0x46496B) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 49 and 6B. RGB value is (70,73,107). Sum of RGB (Red+Green+Blue) = 70+73+107=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 107 (42.19% from 255 or 42.8% from 250); Max value from RGB is 107 - color contains mainly: blue. Hex color #46496B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46496B is #B9B694. Grayscale: #4B4B4B. Windows color (decimal): -12170901 or 7031110. OLE color: 7031110.

HSL color Cylindrical-coordinate representation of color #46496B: hue angle of 235.14º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #46496B is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7073107-
CMYK0.350.3200.58
HSL235.14º20.9%34.71%-
HSV(B)235.14º34.58%41.96%-
XYZ7.567.1314.89-
YUV75.98145.51123.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28%
GREEN value IS 73 (28.91% from 255) = 29.2%
BLUE value IS 107 (42.19% from 255) = 42.8%
R=28%
G=29.2%
B=42.8%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70731070.350.3200.58235.1420.934.71
Hex46496B232003Aeb1523
Octal10611115343400723532543
Binary10001101001001110101110001110000001110101110101110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46496B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46496B; }

 p { color: rgb(70,73,107); }

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

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

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

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

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

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

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