#46446B

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

Shades of Corn Flower Blue #46446B

Tints of Corn Flower Blue #46446B

Color information

#46446B (or 0x46446B) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 44 and 6B. RGB value is (70,68,107). Sum of RGB (Red+Green+Blue) = 70+68+107=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 107 - color contains mainly: blue. Hex color #46446B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46446B is #B9BB94. Grayscale: #484848. Windows color (decimal): -12172181 or 7029830. OLE color: 7029830.

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

Color convert

RGB7068107-
CMYK0.350.3600.58
HSL243.08º22.29%34.31%-
HSV(B)243.08º36.45%41.96%-
XYZ7.256.514.78-
YUV73.04147.16125.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.57%
GREEN value IS 68 (26.95% from 255) = 27.76%
BLUE value IS 107 (42.19% from 255) = 43.67%
R=28.57%
G=27.76%
B=43.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70681070.350.3600.58243.0822.2934.31
Hex46446B232403Af31622
Octal10610415343440723632642
Binary10001101000100110101110001110010001110101111001110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46446B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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