#46416D

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

Shades of Corn Flower Blue #46416D

Tints of Corn Flower Blue #46416D

Color information

#46416D (or 0x46416D) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 41 and 6D. RGB value is (70,65,109). Sum of RGB (Red+Green+Blue) = 70+65+109=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 109 - color contains mainly: blue. Hex color #46416D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46416D is #B9BE92. Grayscale: #474747. Windows color (decimal): -12172947 or 7160134. OLE color: 7160134.

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

Color convert

RGB7065109-
CMYK0.360.4000.57
HSL246.82º25.29%34.12%-
HSV(B)246.82º40.37%42.75%-
XYZ7.186.1915.28-
YUV71.51149.16126.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.69%
GREEN value IS 65 (25.78% from 255) = 26.64%
BLUE value IS 109 (42.97% from 255) = 44.67%
R=28.69%
G=26.64%
B=44.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70651090.360.4000.57246.8225.2934.12
Hex46416D2428039f71922
Octal10610115544500713673142
Binary10001101000001110110110010010100001110011111011111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46416D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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