Html Css Color HEX #494879 Corn Flower Blue

📋 copy color: '#494879'

red 73 ◦ green 72 ◦ blue 121

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

Shades of Corn Flower Blue #494879

Tints of Corn Flower Blue #494879

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.07%

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

R = 27.44%
G = 27.07%
B = 45.49%

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

#494879 (or 0x494879) is known color: Corn Flower Blue. HEX triplet: 49, 48 and 79. RGB value is (73,72,121). Sum of RGB (Red+Green+Blue) = 73+72+121=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 121 (47.66% from 255 or 45.49% from 266); Max value from RGB is 121 - color contains mainly: blue. Hex color #494879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494879 is #B6B786. Grayscale: #4D4D4D. Windows color (decimal): -11974535 or 7948361. OLE color: 7948361.

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

Color convert

RGB 73 72 121 -
CMYK 0.40 0.40 0 0.53
HSL 241.22º 0.25% 0.38% -
HSV(B) 241.22º 0.4% 0.47% -
XYZ 8.52 7.43 19.07 -
YUV 77.89 152.33 124.52 -
System Red Green Blue C M Y K H S L
Decimal 73 72 121 0.40 0.40 0 0.53 241.22 0.25 0.38
Hex 49 48 79 28 28 0 35 F1 19 26
Octal 111 110 171 50 50 0 65 361 31 46
Binary 1001001 1001000 1111001 101000 101000 0 110101 11110001 11001 100110

Color Harmonies of #494879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494879

Black with #494879

Text Example


Text Example

White with #494879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494879; }

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

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

background-color css

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

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

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

border-color css

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

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

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