Html Css Color HEX #494776 Corn Flower Blue

📋 copy color: '#494776'

red 73 ◦ green 71 ◦ blue 118

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

Shades of Corn Flower Blue #494776

Tints of Corn Flower Blue #494776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 45.04%

R = 27.86%
G = 27.1%
B = 45.04%

CMYK

 C value IS 0.38

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#494776 (or 0x494776) is known color: Corn Flower Blue. HEX triplet: 49, 47 and 76. RGB value is (73,71,118). Sum of RGB (Red+Green+Blue) = 73+71+118=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 118 - color contains mainly: blue. Hex color #494776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494776 is #B6B889. Grayscale: #4C4C4C. Windows color (decimal): -11974794 or 7751497. OLE color: 7751497.

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

Color convert

RGB 73 71 118 -
CMYK 0.38 0.40 0 0.54
HSL 242.55º 0.25% 0.37% -
HSV(B) 242.55º 0.4% 0.46% -
XYZ 8.27 7.23 18.1 -
YUV 76.96 151.16 125.18 -
System Red Green Blue C M Y K H S L
Decimal 73 71 118 0.38 0.40 0 0.54 242.55 0.25 0.37
Hex 49 47 76 26 28 0 36 F3 19 25
Octal 111 107 166 46 50 0 66 363 31 45
Binary 1001001 1000111 1110110 100110 101000 0 110110 11110011 11001 100101

Color Harmonies of #494776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494776

Black with #494776

Text Example


Text Example

White with #494776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494776; }

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

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

background-color css

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

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

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

border-color css

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

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

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