Html Css Color HEX #494D72 Corn Flower Blue

📋 copy color: '#494D72'

red 73 ◦ green 77 ◦ blue 114

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

Shades of Corn Flower Blue #494D72

Tints of Corn Flower Blue #494D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 43.18%

R = 27.65%
G = 29.17%
B = 43.18%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#494D72 (or 0x494D72) is known color: Corn Flower Blue. HEX triplet: 49, 4D and 72. RGB value is (73,77,114). Sum of RGB (Red+Green+Blue) = 73+77+114=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 114 - color contains mainly: blue. Hex color #494D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494D72 is #B6B28D. Grayscale: #4F4F4F. Windows color (decimal): -11973262 or 7490889. OLE color: 7490889.

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

Color convert

RGB 73 77 114 -
CMYK 0.36 0.32 0 0.55
HSL 234.15º 0.22% 0.37% -
HSV(B) 234.15º 0.36% 0.45% -
XYZ 8.44 7.94 17.01 -
YUV 80.02 147.17 122.99 -
System Red Green Blue C M Y K H S L
Decimal 73 77 114 0.36 0.32 0 0.55 234.15 0.22 0.37
Hex 49 4D 72 24 20 0 37 EA 16 25
Octal 111 115 162 44 40 0 67 352 26 45
Binary 1001001 1001101 1110010 100100 100000 0 110111 11101010 10110 100101

Color Harmonies of #494D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494D72

Black with #494D72

Text Example


Text Example

White with #494D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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