Html Css Color HEX #494971 Corn Flower Blue

📋 copy color: '#494971'

red 73 ◦ green 73 ◦ blue 113

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

Shades of Corn Flower Blue #494971

Tints of Corn Flower Blue #494971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 43.63%

R = 28.19%
G = 28.19%
B = 43.63%

CMYK

 C value IS 0.35

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#494971 (or 0x494971) is known color: Corn Flower Blue. HEX triplet: 49, 49 and 71. RGB value is (73,73,113). Sum of RGB (Red+Green+Blue) = 73+73+113=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 113 - color contains mainly: blue. Hex color #494971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494971 is #B6B68E. Grayscale: #4D4D4D. Windows color (decimal): -11974287 or 7424329. OLE color: 7424329.

HSL color Cylindrical-coordinate representation of color #494971: hue angle of 240º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #494971 is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 73 113 -
CMYK 0.35 0.35 0 0.56
HSL 240º 0.22% 0.36% -
HSV(B) 240º 0.35% 0.44% -
XYZ 8.11 7.37 16.62 -
YUV 77.56 148 124.75 -
System Red Green Blue C M Y K H S L
Decimal 73 73 113 0.35 0.35 0 0.56 240 0.22 0.36
Hex 49 49 71 23 23 0 38 F0 16 24
Octal 111 111 161 43 43 0 70 360 26 44
Binary 1001001 1001001 1110001 100011 100011 0 111000 11110000 10110 100100

Color Harmonies of #494971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494971

Black with #494971

Text Example


Text Example

White with #494971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494971; }

 p { color: rgb(73,73,113); }

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

background-color css

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

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

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

border-color css

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

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

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