#464069

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

Shades of Corn Flower Blue #464069

Tints of Corn Flower Blue #464069

Color information

#464069 (or 0x464069) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 40 and 69. RGB value is (70,64,105). Sum of RGB (Red+Green+Blue) = 70+64+105=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 105 - color contains mainly: blue. Hex color #464069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464069 is #B9BF96. Grayscale: #464646. Windows color (decimal): -12173207 or 6897734. OLE color: 6897734.

HSL color Cylindrical-coordinate representation of color #464069: hue angle of 248.78º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #464069 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7064105-
CMYK0.330.3900.59
HSL248.78º24.26%33.14%-
HSV(B)248.78º39.05%41.18%-
XYZ6.915.9914.16-
YUV70.47147.49127.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.29%
GREEN value IS 64 (25.39% from 255) = 26.78%
BLUE value IS 105 (41.41% from 255) = 43.93%
R=29.29%
G=26.78%
B=43.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70641050.330.3900.59248.7824.2633.14
Hex464069212703Bf91821
Octal10610015141470733713041
Binary10001101000000110100110000110011101110111111100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464069; }

 p { color: rgb(70,64,105); }

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

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

 a { background-color: rgb(70,64,105); }

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

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

 span { border-color: rgb(70,64,105); }

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