#464777

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

Shades of Corn Flower Blue #464777

Tints of Corn Flower Blue #464777

Color information

#464777 (or 0x464777) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 47 and 77. RGB value is (70,71,119). Sum of RGB (Red+Green+Blue) = 70+71+119=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 119 - color contains mainly: blue. Hex color #464777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464777 is #B9B888. Grayscale: #4B4B4B. Windows color (decimal): -12171401 or 7817030. OLE color: 7817030.

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

Color convert

RGB7071119-
CMYK0.410.4000.53
HSL238.78º25.93%37.06%-
HSV(B)238.78º41.18%46.67%-
XYZ8.117.1418.4-
YUV76.17152.17123.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.92%
GREEN value IS 71 (28.12% from 255) = 27.31%
BLUE value IS 119 (46.88% from 255) = 45.77%
R=26.92%
G=27.31%
B=45.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70711190.410.4000.53238.7825.9337.06
Hex4647772928035ef1a25
Octal10610716751500653573245
Binary10001101000111111011110100110100001101011110111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464777; }

 p { color: rgb(70,71,119); }

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

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

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

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

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

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

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