#464768

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

Shades of Corn Flower Blue #464768

Tints of Corn Flower Blue #464768

Color information

#464768 (or 0x464768) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 47 and 68. RGB value is (70,71,104). Sum of RGB (Red+Green+Blue) = 70+71+104=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 104 (41.02% from 255 or 42.45% from 245); Max value from RGB is 104 - color contains mainly: blue. Hex color #464768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464768 is #B9B897. Grayscale: #4A4A4A. Windows color (decimal): -12171416 or 6833990. OLE color: 6833990.

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

Color convert

RGB7071104-
CMYK0.330.3200.59
HSL238.24º19.54%34.12%-
HSV(B)238.24º32.69%40.78%-
XYZ7.286.8114.03-
YUV74.46144.67124.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.57%
GREEN value IS 71 (28.12% from 255) = 28.98%
BLUE value IS 104 (41.02% from 255) = 42.45%
R=28.57%
G=28.98%
B=42.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70711040.330.3200.59238.2419.5434.12
Hex464768212003Bee1422
Octal10610715041400733562442
Binary10001101000111110100010000110000001110111110111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464768; }

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

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

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

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

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

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

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

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