#46446E

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

Shades of Corn Flower Blue #46446E

Tints of Corn Flower Blue #46446E

Color information

#46446E (or 0x46446E) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 44 and 6E. RGB value is (70,68,110). Sum of RGB (Red+Green+Blue) = 70+68+110=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 110 - color contains mainly: blue. Hex color #46446E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46446E is #B9BB91. Grayscale: #494949. Windows color (decimal): -12172178 or 7226438. OLE color: 7226438.

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

Color convert

RGB7068110-
CMYK0.360.3800.57
HSL242.86º23.6%34.9%-
HSV(B)242.86º38.18%43.14%-
XYZ7.416.5615.63-
YUV73.39148.66125.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.23%
GREEN value IS 68 (26.95% from 255) = 27.42%
BLUE value IS 110 (43.36% from 255) = 44.35%
R=28.23%
G=27.42%
B=44.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70681100.360.3800.57242.8623.634.9
Hex46446E2426039f31823
Octal10610415644460713633043
Binary10001101000100110111010010010011001110011111001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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