#464371

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

Shades of Corn Flower Blue #464371

Tints of Corn Flower Blue #464371

Color information

#464371 (or 0x464371) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 43 and 71. RGB value is (70,67,113). Sum of RGB (Red+Green+Blue) = 70+67+113=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 113 - color contains mainly: blue. Hex color #464371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464371 is #B9BC8E. Grayscale: #484848. Windows color (decimal): -12172431 or 7422790. OLE color: 7422790.

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

Color convert

RGB7067113-
CMYK0.380.4100.56
HSL243.91º25.56%35.29%-
HSV(B)243.91º40.71%44.31%-
XYZ7.516.5116.48-
YUV73.14150.49125.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28%
GREEN value IS 67 (26.56% from 255) = 26.8%
BLUE value IS 113 (44.53% from 255) = 45.2%
R=28%
G=26.8%
B=45.2%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70671130.380.4100.56243.9125.5635.29
Hex4643712629038f41a23
Octal10610316146510703643243
Binary10001101000011111000110011010100101110001111010011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464371; }

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

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

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

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

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

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

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

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