#46416E

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

Shades of Corn Flower Blue #46416E

Tints of Corn Flower Blue #46416E

Color information

#46416E (or 0x46416E) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 41 and 6E. RGB value is (70,65,110). Sum of RGB (Red+Green+Blue) = 70+65+110=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 110 - color contains mainly: blue. Hex color #46416E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46416E is #B9BE91. Grayscale: #474747. Windows color (decimal): -12172946 or 7225670. OLE color: 7225670.

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

Color convert

RGB7065110-
CMYK0.360.4100.57
HSL246.67º25.71%34.31%-
HSV(B)246.67º40.91%43.14%-
XYZ7.236.2115.57-
YUV71.62149.66126.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.57%
GREEN value IS 65 (25.78% from 255) = 26.53%
BLUE value IS 110 (43.36% from 255) = 44.90%
R=28.57%
G=26.53%
B=44.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70651100.360.4100.57246.6725.7134.31
Hex46416E2429039f71a22
Octal10610115644510713673242
Binary10001101000001110111010010010100101110011111011111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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