#464571

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

Shades of Corn Flower Blue #464571

Tints of Corn Flower Blue #464571

Color information

#464571 (or 0x464571) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 45 and 71. RGB value is (70,69,113). Sum of RGB (Red+Green+Blue) = 70+69+113=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 113 - color contains mainly: blue. Hex color #464571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464571 is #B9BA8E. Grayscale: #4A4A4A. Windows color (decimal): -12171919 or 7423302. OLE color: 7423302.

HSL color Cylindrical-coordinate representation of color #464571: hue angle of 241.36º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #464571 is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7069113-
CMYK0.380.3900.56
HSL241.36º24.18%35.69%-
HSV(B)241.36º38.94%44.31%-
XYZ7.636.7516.52-
YUV74.32149.83124.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.78%
GREEN value IS 69 (27.34% from 255) = 27.38%
BLUE value IS 113 (44.53% from 255) = 44.84%
R=27.78%
G=27.38%
B=44.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70691130.380.3900.56241.3624.1835.69
Hex4645712627038f11824
Octal10610516146470703613044
Binary10001101000101111000110011010011101110001111000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464571; }

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

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

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

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

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

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

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

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