Html Css Color HEX #494D76 Corn Flower Blue

📋 copy color: '#494D76'

red 73 ◦ green 77 ◦ blue 118

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

Shades of Corn Flower Blue #494D76

Tints of Corn Flower Blue #494D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 44.03%

R = 27.24%
G = 28.73%
B = 44.03%

CMYK

 C value IS 0.38

 M value IS 0.35

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#494D76 (or 0x494D76) is known color: Corn Flower Blue. HEX triplet: 49, 4D and 76. RGB value is (73,77,118). Sum of RGB (Red+Green+Blue) = 73+77+118=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 118 - color contains mainly: blue. Hex color #494D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494D76 is #B6B289. Grayscale: #505050. Windows color (decimal): -11973258 or 7753033. OLE color: 7753033.

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

Color convert

RGB 73 77 118 -
CMYK 0.38 0.35 0 0.54
HSL 234.67º 0.24% 0.37% -
HSV(B) 234.67º 0.38% 0.46% -
XYZ 8.67 8.03 18.23 -
YUV 80.48 149.17 122.67 -
System Red Green Blue C M Y K H S L
Decimal 73 77 118 0.38 0.35 0 0.54 234.67 0.24 0.37
Hex 49 4D 76 26 23 0 36 EB 18 25
Octal 111 115 166 46 43 0 66 353 30 45
Binary 1001001 1001101 1110110 100110 100011 0 110110 11101011 11000 100101

Color Harmonies of #494D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494D76

Black with #494D76

Text Example


Text Example

White with #494D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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