#464077

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

Shades of Corn Flower Blue #464077

Tints of Corn Flower Blue #464077

Color information

#464077 (or 0x464077) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 40 and 77. RGB value is (70,64,119). Sum of RGB (Red+Green+Blue) = 70+64+119=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 119 - color contains mainly: blue. Hex color #464077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464077 is #B9BF88. Grayscale: #474747. Windows color (decimal): -12173193 or 7815238. OLE color: 7815238.

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

Color convert

RGB7064119-
CMYK0.410.4600.53
HSL246.55º30.05%35.88%-
HSV(B)246.55º46.22%46.67%-
XYZ7.696.318.26-
YUV72.06154.49126.53-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.67%
GREEN value IS 64 (25.39% from 255) = 25.30%
BLUE value IS 119 (46.88% from 255) = 47.04%
R=27.67%
G=25.30%
B=47.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70641190.410.4600.53246.5530.0535.88
Hex464077292E035f71e24
Octal10610016751560653673644
Binary10001101000000111011110100110111001101011111011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464077; }

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

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

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

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

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

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

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

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