#494075

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

Shades of Corn Flower Blue #494075

Tints of Corn Flower Blue #494075

Color information

#494075 (or 0x494075) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 40 and 75. RGB value is (73,64,117). Sum of RGB (Red+Green+Blue) = 73+64+117=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 117 (46.09% from 255 or 46.06% from 254); Max value from RGB is 117 - color contains mainly: blue. Hex color #494075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494075 is #B6BF8A. Grayscale: #484848. Windows color (decimal): -11976587 or 7684169. OLE color: 7684169.

HSL color Cylindrical-coordinate representation of color #494075: hue angle of 250.19º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #494075 is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7364117-
CMYK0.380.4500.54
HSL250.19º29.28%35.49%-
HSV(B)250.19º45.3%45.88%-
XYZ7.796.3717.65-
YUV72.73152.98128.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.74%
GREEN value IS 64 (25.39% from 255) = 25.20%
BLUE value IS 117 (46.09% from 255) = 46.06%
R=28.74%
G=25.20%
B=46.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73641170.380.4500.54250.1929.2835.49
Hex494075262D036fa1d23
Octal11110016546550663723543
Binary10010011000000111010110011010110101101101111101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494075; }

 p { color: rgb(73,64,117); }

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

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

 a { background-color: rgb(73,64,117); }

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

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

 span { border-color: rgb(73,64,117); }

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