#494B68

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

Shades of Corn Flower Blue #494B68

Tints of Corn Flower Blue #494B68

Color information

#494B68 (or 0x494B68) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 4B and 68. RGB value is (73,75,104). Sum of RGB (Red+Green+Blue) = 73+75+104=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 75 (29.69% from 255 or 29.76% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 104 - color contains mainly: blue. Hex color #494B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494B68 is #B6B497. Grayscale: #4D4D4D. Windows color (decimal): -11973784 or 6835017. OLE color: 6835017.

HSL color Cylindrical-coordinate representation of color #494B68: hue angle of 236.13º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #494B68 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7375104-
CMYK0.300.2800.59
HSL236.13º17.51%34.71%-
HSV(B)236.13º29.81%40.78%-
XYZ7.767.4514.13-
YUV77.71142.84124.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.97%
GREEN value IS 75 (29.69% from 255) = 29.76%
BLUE value IS 104 (41.02% from 255) = 41.27%
R=28.97%
G=29.76%
B=41.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73751040.300.2800.59236.1317.5134.71
Hex494B681E1C03Bec1223
Octal11111315036340733542243
Binary100100110010111101000111101110001110111110110010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494B68; }

 p { color: rgb(73,75,104); }

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

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

 a { background-color: rgb(73,75,104); }

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

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

 span { border-color: rgb(73,75,104); }

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