Html Css Color HEX #494D73 Corn Flower Blue

📋 copy color: '#494D73'

red 73 ◦ green 77 ◦ blue 115

#494D73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corn Flower Blue #494D73

Tints of Corn Flower Blue #494D73

RGB

 RED value IS 73 (28.91% from 255) = 27.55%

 GREEN value IS 77 (30.47% from 255) = 29.06%

 BLUE value IS 115 (45.31% from 255) = 43.4%

R = 27.55%
G = 29.06%
B = 43.4%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#494D73 (or 0x494D73) is known color: Corn Flower Blue. HEX triplet: 49, 4D and 73. RGB value is (73,77,115). Sum of RGB (Red+Green+Blue) = 73+77+115=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 115 - color contains mainly: blue. Hex color #494D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494D73 is #B6B28C. Grayscale: #4F4F4F. Windows color (decimal): -11973261 or 7556425. OLE color: 7556425.

HSL color Cylindrical-coordinate representation of color #494D73: hue angle of 234.29º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #494D73 is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 77 115 -
CMYK 0.37 0.33 0 0.55
HSL 234.29º 0.22% 0.37% -
HSV(B) 234.29º 0.37% 0.45% -
XYZ 8.5 7.96 17.31 -
YUV 80.14 147.67 122.91 -
System Red Green Blue C M Y K H S L
Decimal 73 77 115 0.37 0.33 0 0.55 234.29 0.22 0.37
Hex 49 4D 73 25 21 0 37 EA 16 25
Octal 111 115 163 45 41 0 67 352 26 45
Binary 1001001 1001101 1110011 100101 100001 0 110111 11101010 10110 100101

Color Harmonies of #494D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494D73

Black with #494D73

Text Example


Text Example

White with #494D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,77,115); }

 H1.HeaderClassName
 {
   color: #494D73;
 }
 .AnyTagClassName
 {
   color: #494D73;
 }
</style>

background-color css

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

 a { background-color: rgb(73,77,115); }

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

border-color css

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

 span { border-color: rgb(73,77,115); }

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