#464269

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

Shades of Corn Flower Blue #464269

Tints of Corn Flower Blue #464269

Color information

#464269 (or 0x464269) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 42 and 69. RGB value is (70,66,105). Sum of RGB (Red+Green+Blue) = 70+66+105=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 105 - color contains mainly: blue. Hex color #464269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464269 is #B9BD96. Grayscale: #474747. Windows color (decimal): -12172695 or 6898246. OLE color: 6898246.

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

Color convert

RGB7066105-
CMYK0.330.3700.59
HSL246.15º22.81%33.53%-
HSV(B)246.15º37.14%41.18%-
XYZ7.026.2214.19-
YUV71.64146.83126.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.05%
GREEN value IS 66 (26.17% from 255) = 27.39%
BLUE value IS 105 (41.41% from 255) = 43.57%
R=29.05%
G=27.39%
B=43.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70661050.330.3700.59246.1522.8133.53
Hex464269212503Bf61722
Octal10610215141450733662742
Binary10001101000010110100110000110010101110111111011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464269; }

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

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

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

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

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

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

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

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