#46456B

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

Shades of Corn Flower Blue #46456B

Tints of Corn Flower Blue #46456B

Color information

#46456B (or 0x46456B) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 45 and 6B. RGB value is (70,69,107). Sum of RGB (Red+Green+Blue) = 70+69+107=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 107 (42.19% from 255 or 43.50% from 246); Max value from RGB is 107 - color contains mainly: blue. Hex color #46456B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46456B is #B9BA94. Grayscale: #494949. Windows color (decimal): -12171925 or 7030086. OLE color: 7030086.

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

Color convert

RGB7069107-
CMYK0.350.3600.58
HSL241.58º21.59%34.51%-
HSV(B)241.58º35.51%41.96%-
XYZ7.316.6214.8-
YUV73.63146.83125.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.46%
GREEN value IS 69 (27.34% from 255) = 28.05%
BLUE value IS 107 (42.19% from 255) = 43.50%
R=28.46%
G=28.05%
B=43.50%

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
Decimal70691070.350.3600.58241.5821.5934.51
Hex46456B232403Af21623
Octal10610515343440723622643
Binary10001101000101110101110001110010001110101111001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46456B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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