#464765

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

Shades of Corn Flower Blue #464765

Tints of Corn Flower Blue #464765

Color information

#464765 (or 0x464765) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 47 and 65. RGB value is (70,71,101). Sum of RGB (Red+Green+Blue) = 70+71+101=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 101 - color contains mainly: blue. Hex color #464765 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464765 is #B9B89A. Grayscale: #4A4A4A. Windows color (decimal): -12171419 or 6637382. OLE color: 6637382.

HSL color Cylindrical-coordinate representation of color #464765: hue angle of 238.06º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #464765 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7071101-
CMYK0.310.3000.60
HSL238.06º18.13%33.53%-
HSV(B)238.06º30.69%39.61%-
XYZ7.136.7513.24-
YUV74.12143.17125.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.93%
GREEN value IS 71 (28.12% from 255) = 29.34%
BLUE value IS 101 (39.84% from 255) = 41.74%
R=28.93%
G=29.34%
B=41.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70711010.310.3000.60238.0618.1333.53
Hex4647651F1E03Cee1222
Octal10610714537360743562242
Binary100011010001111100101111111111001111001110111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464765; }

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

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

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

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

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

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

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

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