Html Css Color HEX #494979 Corn Flower Blue

📋 copy color: '#494979'

red 73 ◦ green 73 ◦ blue 121

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

Shades of Corn Flower Blue #494979

Tints of Corn Flower Blue #494979

RGB

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

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

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

R = 27.34%
G = 27.34%
B = 45.32%

CMYK

 C value IS 0.40

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#494979 (or 0x494979) is known color: Corn Flower Blue. HEX triplet: 49, 49 and 79. RGB value is (73,73,121). Sum of RGB (Red+Green+Blue) = 73+73+121=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 121 (47.66% from 255 or 45.32% from 267); Max value from RGB is 121 - color contains mainly: blue. Hex color #494979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494979 is #B6B686. Grayscale: #4E4E4E. Windows color (decimal): -11974279 or 7948617. OLE color: 7948617.

HSL color Cylindrical-coordinate representation of color #494979: hue angle of 240º 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 #494979 is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 73 121 -
CMYK 0.40 0.40 0 0.53
HSL 240º 0.25% 0.38% -
HSV(B) 240º 0.4% 0.47% -
XYZ 8.58 7.56 19.1 -
YUV 78.47 152 124.1 -
System Red Green Blue C M Y K H S L
Decimal 73 73 121 0.40 0.40 0 0.53 240 0.25 0.38
Hex 49 49 79 28 28 0 35 F0 19 26
Octal 111 111 171 50 50 0 65 360 31 46
Binary 1001001 1001001 1111001 101000 101000 0 110101 11110000 11001 100110

Color Harmonies of #494979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494979

Black with #494979

Text Example


Text Example

White with #494979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494979; }

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

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

background-color css

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

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

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

border-color css

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

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

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