#464574

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

Shades of Corn Flower Blue #464574

Tints of Corn Flower Blue #464574

Color information

#464574 (or 0x464574) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 45 and 74. RGB value is (70,69,116). Sum of RGB (Red+Green+Blue) = 70+69+116=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 116 (45.70% from 255 or 45.49% from 255); Max value from RGB is 116 - color contains mainly: blue. Hex color #464574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464574 is #B9BA8B. Grayscale: #4A4A4A. Windows color (decimal): -12171916 or 7619910. OLE color: 7619910.

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

Color convert

RGB7069116-
CMYK0.400.4100.55
HSL241.28º25.41%36.27%-
HSV(B)241.28º40.52%45.49%-
XYZ7.816.8217.43-
YUV74.66151.33124.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.45%
GREEN value IS 69 (27.34% from 255) = 27.06%
BLUE value IS 116 (45.70% from 255) = 45.49%
R=27.45%
G=27.06%
B=45.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70691160.400.4100.55241.2825.4136.27
Hex4645742829037f11924
Octal10610516450510673613144
Binary10001101000101111010010100010100101101111111000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464574; }

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

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

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

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

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

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

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

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