#464967

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

Shades of Corn Flower Blue #464967

Tints of Corn Flower Blue #464967

Color information

#464967 (or 0x464967) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 49 and 67. RGB value is (70,73,103). Sum of RGB (Red+Green+Blue) = 70+73+103=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 103 (40.62% from 255 or 41.87% from 246); Max value from RGB is 103 - color contains mainly: blue. Hex color #464967 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464967 is #B9B698. Grayscale: #4B4B4B. Windows color (decimal): -12170905 or 6768966. OLE color: 6768966.

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

Color convert

RGB7073103-
CMYK0.320.2900.60
HSL234.55º19.08%33.92%-
HSV(B)234.55º32.04%40.39%-
XYZ7.367.0513.8-
YUV75.52143.51124.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.46%
GREEN value IS 73 (28.91% from 255) = 29.67%
BLUE value IS 103 (40.62% from 255) = 41.87%
R=28.46%
G=29.67%
B=41.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70731030.320.2900.60234.5519.0833.92
Hex464967201D03Ceb1322
Octal10611114740350743532342
Binary1000110100100111001111000001110101111001110101110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464967; }

 p { color: rgb(70,73,103); }

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

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

 a { background-color: rgb(70,73,103); }

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

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

 span { border-color: rgb(70,73,103); }

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