#46446A

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

Shades of Corn Flower Blue #46446A

Tints of Corn Flower Blue #46446A

Color information

#46446A (or 0x46446A) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 44 and 6A. RGB value is (70,68,106). Sum of RGB (Red+Green+Blue) = 70+68+106=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 106 (41.80% from 255 or 43.44% from 244); Max value from RGB is 106 - color contains mainly: blue. Hex color #46446A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46446A is #B9BB95. Grayscale: #484848. Windows color (decimal): -12172182 or 6964294. OLE color: 6964294.

HSL color Cylindrical-coordinate representation of color #46446A: hue angle of 243.16º 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 #46446A is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7068106-
CMYK0.340.3600.58
HSL243.16º21.84%34.12%-
HSV(B)243.16º35.85%41.57%-
XYZ7.196.4814.51-
YUV72.93146.66125.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.69%
GREEN value IS 68 (26.95% from 255) = 27.87%
BLUE value IS 106 (41.80% from 255) = 43.44%
R=28.69%
G=27.87%
B=43.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70681060.340.3600.58243.1621.8434.12
Hex46446A222403Af31622
Octal10610415242440723632642
Binary10001101000100110101010001010010001110101111001110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46446A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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