#46416B

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

Shades of Corn Flower Blue #46416B

Tints of Corn Flower Blue #46416B

Color information

#46416B (or 0x46416B) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 41 and 6B. RGB value is (70,65,107). Sum of RGB (Red+Green+Blue) = 70+65+107=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 107 (42.19% from 255 or 44.21% from 242); Max value from RGB is 107 - color contains mainly: blue. Hex color #46416B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46416B is #B9BE94. Grayscale: #474747. Windows color (decimal): -12172949 or 7029062. OLE color: 7029062.

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

Color convert

RGB7065107-
CMYK0.350.3900.58
HSL247.14º24.42%33.73%-
HSV(B)247.14º39.25%41.96%-
XYZ7.076.1414.72-
YUV71.28148.16127.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.93%
GREEN value IS 65 (25.78% from 255) = 26.86%
BLUE value IS 107 (42.19% from 255) = 44.21%
R=28.93%
G=26.86%
B=44.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70651070.350.3900.58247.1424.4233.73
Hex46416B232703Af71822
Octal10610115343470723673042
Binary10001101000001110101110001110011101110101111011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46416B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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