#464369

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

Shades of Corn Flower Blue #464369

Tints of Corn Flower Blue #464369

Color information

#464369 (or 0x464369) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 43 and 69. RGB value is (70,67,105). Sum of RGB (Red+Green+Blue) = 70+67+105=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 105 - color contains mainly: blue. Hex color #464369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464369 is #B9BC96. Grayscale: #484848. Windows color (decimal): -12172439 or 6898502. OLE color: 6898502.

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

Color convert

RGB7067105-
CMYK0.330.3600.59
HSL244.74º22.09%33.73%-
HSV(B)244.74º36.19%41.18%-
XYZ7.086.3414.21-
YUV72.23146.49126.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.93%
GREEN value IS 67 (26.56% from 255) = 27.69%
BLUE value IS 105 (41.41% from 255) = 43.39%
R=28.93%
G=27.69%
B=43.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70671050.330.3600.59244.7422.0933.73
Hex464369212403Bf51622
Octal10610315141440733652642
Binary10001101000011110100110000110010001110111111010110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464369; }

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

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

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

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

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

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

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

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