Html Css Color HEX #494773 Corn Flower Blue

📋 copy color: '#494773'

red 73 ◦ green 71 ◦ blue 115

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

Shades of Corn Flower Blue #494773

Tints of Corn Flower Blue #494773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 44.4%

R = 28.19%
G = 27.41%
B = 44.4%

CMYK

 C value IS 0.37

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#494773 (or 0x494773) is known color: Corn Flower Blue. HEX triplet: 49, 47 and 73. RGB value is (73,71,115). Sum of RGB (Red+Green+Blue) = 73+71+115=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 115 - color contains mainly: blue. Hex color #494773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494773 is #B6B88C. Grayscale: #4C4C4C. Windows color (decimal): -11974797 or 7554889. OLE color: 7554889.

HSL color Cylindrical-coordinate representation of color #494773: hue angle of 242.73º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #494773 is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 71 115 -
CMYK 0.37 0.38 0 0.55
HSL 242.73º 0.24% 0.36% -
HSV(B) 242.73º 0.38% 0.45% -
XYZ 8.1 7.16 17.18 -
YUV 76.61 149.66 125.42 -
System Red Green Blue C M Y K H S L
Decimal 73 71 115 0.37 0.38 0 0.55 242.73 0.24 0.36
Hex 49 47 73 25 26 0 37 F3 18 24
Octal 111 107 163 45 46 0 67 363 30 44
Binary 1001001 1000111 1110011 100101 100110 0 110111 11110011 11000 100100

Color Harmonies of #494773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494773

Black with #494773

Text Example


Text Example

White with #494773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494773; }

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

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

background-color css

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

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

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

border-color css

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

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

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