Html Css Color HEX #494377 Corn Flower Blue

📋 copy color: '#494377'

red 73 ◦ green 67 ◦ blue 119

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

Shades of Corn Flower Blue #494377

Tints of Corn Flower Blue #494377

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.87%

 BLUE value IS 119 (46.88% from 255) = 45.95%

R = 28.19%
G = 25.87%
B = 45.95%

CMYK

 C value IS 0.39

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#494377 (or 0x494377) is known color: Corn Flower Blue. HEX triplet: 49, 43 and 77. RGB value is (73,67,119). Sum of RGB (Red+Green+Blue) = 73+67+119=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 119 (46.88% from 255 or 45.95% from 259); Max value from RGB is 119 - color contains mainly: blue. Hex color #494377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494377 is #B6BC88. Grayscale: #4A4A4A. Windows color (decimal): -11975817 or 7816009. OLE color: 7816009.

HSL color Cylindrical-coordinate representation of color #494377: hue angle of 246.92º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #494377 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 67 119 -
CMYK 0.39 0.44 0 0.53
HSL 246.92º 0.28% 0.36% -
HSV(B) 246.92º 0.44% 0.47% -
XYZ 8.08 6.76 18.33 -
YUV 74.72 152.99 126.77 -
System Red Green Blue C M Y K H S L
Decimal 73 67 119 0.39 0.44 0 0.53 246.92 0.28 0.36
Hex 49 43 77 27 2C 0 35 F7 1C 24
Octal 111 103 167 47 54 0 65 367 34 44
Binary 1001001 1000011 1110111 100111 101100 0 110101 11110111 11100 100100

Color Harmonies of #494377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494377

Black with #494377

Text Example


Text Example

White with #494377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494377; }

 p { color: rgb(73,67,119); }

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

background-color css

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

 a { background-color: rgb(73,67,119); }

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

border-color css

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

 span { border-color: rgb(73,67,119); }

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