#464267

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

Shades of Corn Flower Blue #464267

Tints of Corn Flower Blue #464267

Color information

#464267 (or 0x464267) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 42 and 67. RGB value is (70,66,103). Sum of RGB (Red+Green+Blue) = 70+66+103=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 103 (40.62% from 255 or 43.10% from 239); Max value from RGB is 103 - color contains mainly: blue. Hex color #464267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464267 is #B9BD98. Grayscale: #474747. Windows color (decimal): -12172697 or 6767174. OLE color: 6767174.

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

Color convert

RGB7066103-
CMYK0.320.3600.60
HSL246.49º21.89%33.14%-
HSV(B)246.49º35.92%40.39%-
XYZ6.926.1813.66-
YUV71.41145.83126.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.29%
GREEN value IS 66 (26.17% from 255) = 27.62%
BLUE value IS 103 (40.62% from 255) = 43.10%
R=29.29%
G=27.62%
B=43.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70661030.320.3600.60246.4921.8933.14
Hex464267202403Cf61621
Octal10610214740440743662641
Binary10001101000010110011110000010010001111001111011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464267; }

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

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

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

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

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

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

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

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