#464671

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

Shades of Corn Flower Blue #464671

Tints of Corn Flower Blue #464671

Color information

#464671 (or 0x464671) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 46 and 71. RGB value is (70,70,113). Sum of RGB (Red+Green+Blue) = 70+70+113=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 113 - color contains mainly: blue. Hex color #464671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464671 is #B9B98E. Grayscale: #4A4A4A. Windows color (decimal): -12171663 or 7423558. OLE color: 7423558.

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

Color convert

RGB7070113-
CMYK0.380.3800.56
HSL240º23.5%35.88%-
HSV(B)240º38.05%44.31%-
XYZ7.76.8716.54-
YUV74.9149.5124.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.67%
GREEN value IS 70 (27.73% from 255) = 27.67%
BLUE value IS 113 (44.53% from 255) = 44.66%
R=27.67%
G=27.67%
B=44.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70701130.380.3800.5624023.535.88
Hex4646712626038f01724
Octal10610616146460703602744
Binary10001101000110111000110011010011001110001111000010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464671; }

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

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

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

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

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

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

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

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