#46466D

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

Shades of Corn Flower Blue #46466D

Tints of Corn Flower Blue #46466D

Color information

#46466D (or 0x46466D) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 46 and 6D. RGB value is (70,70,109). Sum of RGB (Red+Green+Blue) = 70+70+109=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 109 (42.97% from 255 or 43.78% from 249); Max value from RGB is 109 - color contains mainly: blue. Hex color #46466D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46466D is #B9B992. Grayscale: #4A4A4A. Windows color (decimal): -12171667 or 7161414. OLE color: 7161414.

HSL color Cylindrical-coordinate representation of color #46466D: hue angle of 240º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #46466D is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7070109-
CMYK0.360.3600.57
HSL240º21.79%35.1%-
HSV(B)240º35.78%42.75%-
XYZ7.486.7915.38-
YUV74.45147.5124.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.11%
GREEN value IS 70 (27.73% from 255) = 28.11%
BLUE value IS 109 (42.97% from 255) = 43.78%
R=28.11%
G=28.11%
B=43.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70701090.360.3600.5724021.7935.1
Hex46466D2424039f01623
Octal10610615544440713602643
Binary10001101000110110110110010010010001110011111000010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46466D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46466D; }

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

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

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

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

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

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

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

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