#46486B

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

Shades of Corn Flower Blue #46486B

Tints of Corn Flower Blue #46486B

Color information

#46486B (or 0x46486B) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 48 and 6B. RGB value is (70,72,107). Sum of RGB (Red+Green+Blue) = 70+72+107=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 107 - color contains mainly: blue. Hex color #46486B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46486B is #B9B794. Grayscale: #4B4B4B. Windows color (decimal): -12171157 or 7030854. OLE color: 7030854.

HSL color Cylindrical-coordinate representation of color #46486B: hue angle of 236.76º 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 #46486B is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7072107-
CMYK0.350.3300.58
HSL236.76º20.9%34.71%-
HSV(B)236.76º34.58%41.96%-
XYZ7.5714.87-
YUV75.39145.84124.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.11%
GREEN value IS 72 (28.52% from 255) = 28.92%
BLUE value IS 107 (42.19% from 255) = 42.97%
R=28.11%
G=28.92%
B=42.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70721070.350.3300.58236.7620.934.71
Hex46486B232103Aed1523
Octal10611015343410723552543
Binary10001101001000110101110001110000101110101110110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46486B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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