Html Css Color HEX #494977 Corn Flower Blue

📋 copy color: '#494977'

red 73 ◦ green 73 ◦ blue 119

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

Shades of Corn Flower Blue #494977

Tints of Corn Flower Blue #494977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 44.91%

R = 27.55%
G = 27.55%
B = 44.91%

CMYK

 C value IS 0.39

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#494977 (or 0x494977) is known color: Corn Flower Blue. HEX triplet: 49, 49 and 77. RGB value is (73,73,119). Sum of RGB (Red+Green+Blue) = 73+73+119=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 119 - color contains mainly: blue. Hex color #494977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494977 is #B6B688. Grayscale: #4E4E4E. Windows color (decimal): -11974281 or 7817545. OLE color: 7817545.

HSL color Cylindrical-coordinate representation of color #494977: hue angle of 240º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #494977 is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 73 119 -
CMYK 0.39 0.39 0 0.53
HSL 240º 0.24% 0.38% -
HSV(B) 240º 0.39% 0.47% -
XYZ 8.46 7.51 18.46 -
YUV 78.24 151 124.26 -
System Red Green Blue C M Y K H S L
Decimal 73 73 119 0.39 0.39 0 0.53 240 0.24 0.38
Hex 49 49 77 27 27 0 35 F0 18 26
Octal 111 111 167 47 47 0 65 360 30 46
Binary 1001001 1001001 1110111 100111 100111 0 110101 11110000 11000 100110

Color Harmonies of #494977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494977

Black with #494977

Text Example


Text Example

White with #494977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494977; }

 p { color: rgb(73,73,119); }

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

background-color css

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

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

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

border-color css

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

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

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