#464578

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

Shades of Corn Flower Blue #464578

Tints of Corn Flower Blue #464578

Color information

#464578 (or 0x464578) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 45 and 78. RGB value is (70,69,120). Sum of RGB (Red+Green+Blue) = 70+69+120=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 120 - color contains mainly: blue. Hex color #464578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464578 is #B9BA87. Grayscale: #4A4A4A. Windows color (decimal): -12171912 or 7882054. OLE color: 7882054.

HSL color Cylindrical-coordinate representation of color #464578: hue angle of 241.18º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #464578 is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7069120-
CMYK0.420.4200.53
HSL241.18º26.98%37.06%-
HSV(B)241.18º42.5%47.06%-
XYZ8.046.9118.68-
YUV75.11153.33124.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.03%
GREEN value IS 69 (27.34% from 255) = 26.64%
BLUE value IS 120 (47.27% from 255) = 46.33%
R=27.03%
G=26.64%
B=46.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70691200.420.4200.53241.1826.9837.06
Hex4645782A2A035f11b25
Octal10610517052520653613345
Binary10001101000101111100010101010101001101011111000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464578; }

 p { color: rgb(70,69,120); }

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

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

 a { background-color: rgb(70,69,120); }

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

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

 span { border-color: rgb(70,69,120); }

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