#46446C

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

Shades of Corn Flower Blue #46446C

Tints of Corn Flower Blue #46446C

Color information

#46446C (or 0x46446C) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 44 and 6C. RGB value is (70,68,108). Sum of RGB (Red+Green+Blue) = 70+68+108=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 108 - color contains mainly: blue. Hex color #46446C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46446C is #B9BB93. Grayscale: #494949. Windows color (decimal): -12172180 or 7095366. OLE color: 7095366.

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

Color convert

RGB7068108-
CMYK0.350.3700.58
HSL243º22.73%34.51%-
HSV(B)243º37.04%42.35%-
XYZ7.36.5215.06-
YUV73.16147.66125.75-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.46%
GREEN value IS 68 (26.95% from 255) = 27.64%
BLUE value IS 108 (42.58% from 255) = 43.90%
R=28.46%
G=27.64%
B=43.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70681080.350.3700.5824322.7334.51
Hex46446C232503Af31723
Octal10610415443450723632743
Binary10001101000100110110010001110010101110101111001110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46446C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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