Html Css Color HEX #494779 Corn Flower Blue

📋 copy color: '#494779'

red 73 ◦ green 71 ◦ blue 121

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

Shades of Corn Flower Blue #494779

Tints of Corn Flower Blue #494779

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.79%

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

R = 27.55%
G = 26.79%
B = 45.66%

CMYK

 C value IS 0.40

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#494779 (or 0x494779) is known color: Corn Flower Blue. HEX triplet: 49, 47 and 79. RGB value is (73,71,121). Sum of RGB (Red+Green+Blue) = 73+71+121=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 121 (47.66% from 255 or 45.66% from 265); Max value from RGB is 121 - color contains mainly: blue. Hex color #494779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494779 is #B6B886. Grayscale: #4D4D4D. Windows color (decimal): -11974791 or 7948105. OLE color: 7948105.

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

Color convert

RGB 73 71 121 -
CMYK 0.40 0.41 0 0.53
HSL 242.4º 0.26% 0.38% -
HSV(B) 242.4º 0.41% 0.47% -
XYZ 8.45 7.3 19.05 -
YUV 77.3 152.66 124.93 -
System Red Green Blue C M Y K H S L
Decimal 73 71 121 0.40 0.41 0 0.53 242.4 0.26 0.38
Hex 49 47 79 28 29 0 35 F2 1A 26
Octal 111 107 171 50 51 0 65 362 32 46
Binary 1001001 1000111 1111001 101000 101001 0 110101 11110010 11010 100110

Color Harmonies of #494779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494779

Black with #494779

Text Example


Text Example

White with #494779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494779; }

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

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

background-color css

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

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

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

border-color css

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

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

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