#464377

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

Shades of Corn Flower Blue #464377

Tints of Corn Flower Blue #464377

Color information

#464377 (or 0x464377) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 43 and 77. RGB value is (70,67,119). Sum of RGB (Red+Green+Blue) = 70+67+119=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 119 - color contains mainly: blue. Hex color #464377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464377 is #B9BC88. Grayscale: #494949. Windows color (decimal): -12172425 or 7816006. OLE color: 7816006.

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

Color convert

RGB7067119-
CMYK0.410.4400.53
HSL243.46º27.96%36.47%-
HSV(B)243.46º43.7%46.67%-
XYZ7.866.6518.32-
YUV73.82153.49125.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.34%
GREEN value IS 67 (26.56% from 255) = 26.17%
BLUE value IS 119 (46.88% from 255) = 46.48%
R=27.34%
G=26.17%
B=46.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70671190.410.4400.53243.4627.9636.47
Hex464377292C035f31c24
Octal10610316751540653633444
Binary10001101000011111011110100110110001101011111001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464377; }

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

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

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

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

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

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

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

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