Html Css Color HEX #494177 Corn Flower Blue

📋 copy color: '#494177'

red 73 ◦ green 65 ◦ blue 119

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

Shades of Corn Flower Blue #494177

Tints of Corn Flower Blue #494177

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.29%

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

R = 28.4%
G = 25.29%
B = 46.3%

CMYK

 C value IS 0.39

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#494177 (or 0x494177) is known color: Corn Flower Blue. HEX triplet: 49, 41 and 77. RGB value is (73,65,119). Sum of RGB (Red+Green+Blue) = 73+65+119=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 119 - color contains mainly: blue. Hex color #494177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494177 is #B6BE88. Grayscale: #494949. Windows color (decimal): -11976329 or 7815497. OLE color: 7815497.

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

Color convert

RGB 73 65 119 -
CMYK 0.39 0.45 0 0.53
HSL 248.89º 0.29% 0.36% -
HSV(B) 248.89º 0.45% 0.47% -
XYZ 7.97 6.53 18.29 -
YUV 73.55 153.65 127.61 -
System Red Green Blue C M Y K H S L
Decimal 73 65 119 0.39 0.45 0 0.53 248.89 0.29 0.36
Hex 49 41 77 27 2D 0 35 F9 1D 24
Octal 111 101 167 47 55 0 65 371 35 44
Binary 1001001 1000001 1110111 100111 101101 0 110101 11111001 11101 100100

Color Harmonies of #494177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494177

Black with #494177

Text Example


Text Example

White with #494177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494177; }

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

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

background-color css

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

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

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

border-color css

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

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

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