#464568

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

Shades of Corn Flower Blue #464568

Tints of Corn Flower Blue #464568

Color information

#464568 (or 0x464568) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 45 and 68. RGB value is (70,69,104). Sum of RGB (Red+Green+Blue) = 70+69+104=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 104 - color contains mainly: blue. Hex color #464568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464568 is #B9BA97. Grayscale: #494949. Windows color (decimal): -12171928 or 6833478. OLE color: 6833478.

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

Color convert

RGB7069104-
CMYK0.330.3400.59
HSL241.71º20.23%33.92%-
HSV(B)241.71º33.65%40.78%-
XYZ7.156.5613.99-
YUV73.29145.33125.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.81%
GREEN value IS 69 (27.34% from 255) = 28.40%
BLUE value IS 104 (41.02% from 255) = 42.80%
R=28.81%
G=28.40%
B=42.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70691040.330.3400.59241.7120.2333.92
Hex464568212203Bf21422
Octal10610515041420733622442
Binary10001101000101110100010000110001001110111111001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464568; }

 p { color: rgb(70,69,104); }

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

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

 a { background-color: rgb(70,69,104); }

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

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

 span { border-color: rgb(70,69,104); }

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