Html Css Color HEX #494C79 Corn Flower Blue

📋 copy color: '#494C79'

red 73 ◦ green 76 ◦ blue 121

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

Shades of Corn Flower Blue #494C79

Tints of Corn Flower Blue #494C79

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.15%

 BLUE value IS 121 (47.66% from 255) = 44.81%

R = 27.04%
G = 28.15%
B = 44.81%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#494C79 (or 0x494C79) is known color: Corn Flower Blue. HEX triplet: 49, 4C and 79. RGB value is (73,76,121). Sum of RGB (Red+Green+Blue) = 73+76+121=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 121 - color contains mainly: blue. Hex color #494C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494C79 is #B6B386. Grayscale: #505050. Windows color (decimal): -11973511 or 7949385. OLE color: 7949385.

HSL color Cylindrical-coordinate representation of color #494C79: hue angle of 236.25º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #494C79 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 76 121 -
CMYK 0.40 0.37 0 0.53
HSL 236.25º 0.25% 0.38% -
HSV(B) 236.25º 0.4% 0.47% -
XYZ 8.78 7.97 19.16 -
YUV 80.23 151.01 122.84 -
System Red Green Blue C M Y K H S L
Decimal 73 76 121 0.40 0.37 0 0.53 236.25 0.25 0.38
Hex 49 4C 79 28 25 0 35 EC 19 26
Octal 111 114 171 50 45 0 65 354 31 46
Binary 1001001 1001100 1111001 101000 100101 0 110101 11101100 11001 100110

Color Harmonies of #494C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494C79

Black with #494C79

Text Example


Text Example

White with #494C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,76,121); }

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

background-color css

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

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

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

border-color css

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

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

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