#464865

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

Shades of Corn Flower Blue #464865

Tints of Corn Flower Blue #464865

Color information

#464865 (or 0x464865) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 48 and 65. RGB value is (70,72,101). Sum of RGB (Red+Green+Blue) = 70+72+101=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 101 - color contains mainly: blue. Hex color #464865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464865 is #B9B79A. Grayscale: #4A4A4A. Windows color (decimal): -12171163 or 6637638. OLE color: 6637638.

HSL color Cylindrical-coordinate representation of color #464865: hue angle of 236.13º 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 #464865 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7072101-
CMYK0.310.2900.60
HSL236.13º18.13%33.53%-
HSV(B)236.13º30.69%39.61%-
XYZ7.196.8813.26-
YUV74.71142.84124.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.81%
GREEN value IS 72 (28.52% from 255) = 29.63%
BLUE value IS 101 (39.84% from 255) = 41.56%
R=28.81%
G=29.63%
B=41.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70721010.310.2900.60236.1318.1333.53
Hex4648651F1D03Cec1222
Octal10611014537350743542242
Binary100011010010001100101111111110101111001110110010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464865; }

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

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

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

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

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

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

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

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