Html Css Color HEX #494179 Corn Flower Blue

📋 copy color: '#494179'

red 73 ◦ green 65 ◦ blue 121

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

Shades of Corn Flower Blue #494179

Tints of Corn Flower Blue #494179

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.1%

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

R = 28.19%
G = 25.1%
B = 46.72%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#494179 (or 0x494179) is known color: Corn Flower Blue. HEX triplet: 49, 41 and 79. RGB value is (73,65,121). Sum of RGB (Red+Green+Blue) = 73+65+121=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 121 (47.66% from 255 or 46.72% from 259); Max value from RGB is 121 - color contains mainly: blue. Hex color #494179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494179 is #B6BE86. Grayscale: #494949. Windows color (decimal): -11976327 or 7946569. OLE color: 7946569.

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

Color convert

RGB 73 65 121 -
CMYK 0.40 0.46 0 0.53
HSL 248.57º 0.3% 0.36% -
HSV(B) 248.57º 0.46% 0.47% -
XYZ 8.09 6.58 18.93 -
YUV 73.78 154.65 127.45 -
System Red Green Blue C M Y K H S L
Decimal 73 65 121 0.40 0.46 0 0.53 248.57 0.3 0.36
Hex 49 41 79 28 2E 0 35 F9 1E 24
Octal 111 101 171 50 56 0 65 371 36 44
Binary 1001001 1000001 1111001 101000 101110 0 110101 11111001 11110 100100

Color Harmonies of #494179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494179

Black with #494179

Text Example


Text Example

White with #494179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494179; }

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

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

background-color css

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

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

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

border-color css

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

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

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