Html Css Color HEX #494569 Corn Flower Blue

📋 copy color: '#494569'

red 73 ◦ green 69 ◦ blue 105

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

Shades of Corn Flower Blue #494569

Tints of Corn Flower Blue #494569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 42.51%

R = 29.55%
G = 27.94%
B = 42.51%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#494569 (or 0x494569) is known color: Corn Flower Blue. HEX triplet: 49, 45 and 69. RGB value is (73,69,105). Sum of RGB (Red+Green+Blue) = 73+69+105=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 105 (41.41% from 255 or 42.51% from 247); Max value from RGB is 105 - color contains mainly: blue. Hex color #494569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494569 is #B6BA96. Grayscale: #4A4A4A. Windows color (decimal): -11975319 or 6899017. OLE color: 6899017.

HSL color Cylindrical-coordinate representation of color #494569: hue angle of 246.67º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #494569 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 69 105 -
CMYK 0.30 0.34 0 0.59
HSL 246.67º 0.21% 0.34% -
HSV(B) 246.67º 0.34% 0.41% -
XYZ 7.43 6.69 14.27 -
YUV 74.3 145.33 127.07 -
System Red Green Blue C M Y K H S L
Decimal 73 69 105 0.30 0.34 0 0.59 246.67 0.21 0.34
Hex 49 45 69 1E 22 0 3B F7 15 22
Octal 111 105 151 36 42 0 73 367 25 42
Binary 1001001 1000101 1101001 11110 100010 0 111011 11110111 10101 100010

Color Harmonies of #494569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494569

Black with #494569

Text Example


Text Example

White with #494569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494569; }

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

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

background-color css

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

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

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

border-color css

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

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

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