Html Css Color HEX #494573 Corn Flower Blue

📋 copy color: '#494573'

red 73 ◦ green 69 ◦ blue 115

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

Shades of Corn Flower Blue #494573

Tints of Corn Flower Blue #494573

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.85%

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

R = 28.4%
G = 26.85%
B = 44.75%

CMYK

 C value IS 0.37

 M value IS 0.4

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#494573 (or 0x494573) is known color: Corn Flower Blue. HEX triplet: 49, 45 and 73. RGB value is (73,69,115). Sum of RGB (Red+Green+Blue) = 73+69+115=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 115 - color contains mainly: blue. Hex color #494573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494573 is #B6BA8C. Grayscale: #4B4B4B. Windows color (decimal): -11975309 or 7554377. OLE color: 7554377.

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

Color convert

RGB 73 69 115 -
CMYK 0.37 0.4 0 0.55
HSL 245.22º 0.25% 0.36% -
HSV(B) 245.22º 0.4% 0.45% -
XYZ 7.97 6.91 17.13 -
YUV 75.44 150.33 126.26 -
System Red Green Blue C M Y K H S L
Decimal 73 69 115 0.37 0.4 0 0.55 245.22 0.25 0.36
Hex 49 45 73 25 28 0 37 F5 19 24
Octal 111 105 163 45 50 0 67 365 31 44
Binary 1001001 1000101 1110011 100101 101000 0 110111 11110101 11001 100100

Color Harmonies of #494573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494573

Black with #494573

Text Example


Text Example

White with #494573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494573; }

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

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

background-color css

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

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

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

border-color css

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

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

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