#494767

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

Shades of Corn Flower Blue #494767

Tints of Corn Flower Blue #494767

Color information

#494767 (or 0x494767) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 47 and 67. RGB value is (73,71,103). Sum of RGB (Red+Green+Blue) = 73+71+103=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 103 (40.62% from 255 or 41.70% from 247); Max value from RGB is 103 - color contains mainly: blue. Hex color #494767 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494767 is #B6B898. Grayscale: #4B4B4B. Windows color (decimal): -11974809 or 6768457. OLE color: 6768457.

HSL color Cylindrical-coordinate representation of color #494767: hue angle of 243.75º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #494767 is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7371103-
CMYK0.290.3100.60
HSL243.75º18.39%34.12%-
HSV(B)243.75º31.07%40.39%-
XYZ7.456.913.77-
YUV75.25143.66126.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.55%
GREEN value IS 71 (28.12% from 255) = 28.74%
BLUE value IS 103 (40.62% from 255) = 41.70%
R=29.55%
G=28.74%
B=41.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73711030.290.3100.60243.7518.3934.12
Hex4947671D1F03Cf41222
Octal11110714735370743642242
Binary100100110001111100111111011111101111001111010010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494767; }

 p { color: rgb(73,71,103); }

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

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

 a { background-color: rgb(73,71,103); }

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

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

 span { border-color: rgb(73,71,103); }

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