Html Css Color HEX #494D71 Corn Flower Blue

📋 copy color: '#494D71'

red 73 ◦ green 77 ◦ blue 113

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

Shades of Corn Flower Blue #494D71

Tints of Corn Flower Blue #494D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 42.97%

R = 27.76%
G = 29.28%
B = 42.97%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#494D71 (or 0x494D71) is known color: Corn Flower Blue. HEX triplet: 49, 4D and 71. RGB value is (73,77,113). Sum of RGB (Red+Green+Blue) = 73+77+113=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 113 - color contains mainly: blue. Hex color #494D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494D71 is #B6B28E. Grayscale: #4F4F4F. Windows color (decimal): -11973263 or 7425353. OLE color: 7425353.

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

Color convert

RGB 73 77 113 -
CMYK 0.35 0.32 0 0.56
HSL 234º 0.22% 0.36% -
HSV(B) 234º 0.35% 0.44% -
XYZ 8.38 7.92 16.71 -
YUV 79.91 146.67 123.07 -
System Red Green Blue C M Y K H S L
Decimal 73 77 113 0.35 0.32 0 0.56 234 0.22 0.36
Hex 49 4D 71 23 20 0 38 EA 16 24
Octal 111 115 161 43 40 0 70 352 26 44
Binary 1001001 1001101 1110001 100011 100000 0 111000 11101010 10110 100100

Color Harmonies of #494D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494D71

Black with #494D71

Text Example


Text Example

White with #494D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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