#494B61

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

Shades of Corn Flower Blue #494B61

Tints of Corn Flower Blue #494B61

Color information

#494B61 (or 0x494B61) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 4B and 61. RGB value is (73,75,97). Sum of RGB (Red+Green+Blue) = 73+75+97=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 97 (38.28% from 255 or 39.59% from 245); Max value from RGB is 97 - color contains mainly: blue. Hex color #494B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494B61 is #B6B49E. Grayscale: #4C4C4C. Windows color (decimal): -11973791 or 6376265. OLE color: 6376265.

HSL color Cylindrical-coordinate representation of color #494B61: hue angle of 235º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #494B61 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB737597-
CMYK0.250.2300.62
HSL235º14.12%33.33%-
HSV(B)235º24.74%38.04%-
XYZ7.427.3112.33-
YUV76.91139.34125.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.80%
GREEN value IS 75 (29.69% from 255) = 30.61%
BLUE value IS 97 (38.28% from 255) = 39.59%
R=29.80%
G=30.61%
B=39.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7375970.250.2300.6223514.1233.33
Hex494B61191703Eebe21
Octal11111314131270763531641
Binary10010011001011110000111001101110111110111010111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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