#464174

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

Shades of Corn Flower Blue #464174

Tints of Corn Flower Blue #464174

Color information

#464174 (or 0x464174) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 41 and 74. RGB value is (70,65,116). Sum of RGB (Red+Green+Blue) = 70+65+116=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 116 - color contains mainly: blue. Hex color #464174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464174 is #B9BE8B. Grayscale: #484848. Windows color (decimal): -12172940 or 7618886. OLE color: 7618886.

HSL color Cylindrical-coordinate representation of color #464174: hue angle of 245.88º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #464174 is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7065116-
CMYK0.400.4400.55
HSL245.88º28.18%35.49%-
HSV(B)245.88º43.97%45.49%-
XYZ7.576.3417.35-
YUV72.31152.66126.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.89%
GREEN value IS 65 (25.78% from 255) = 25.90%
BLUE value IS 116 (45.70% from 255) = 46.22%
R=27.89%
G=25.90%
B=46.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70651160.400.4400.55245.8828.1835.49
Hex464174282C037f61c23
Octal10610116450540673663443
Binary10001101000001111010010100010110001101111111011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464174; }

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

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

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

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

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

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

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

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