Html Css Color HEX #494C71 Corn Flower Blue

📋 copy color: '#494C71'

red 73 ◦ green 76 ◦ blue 113

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

Shades of Corn Flower Blue #494C71

Tints of Corn Flower Blue #494C71

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.01%

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

R = 27.86%
G = 29.01%
B = 43.13%

CMYK

 C value IS 0.35

 M value IS 0.33

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#494C71 (or 0x494C71) is known color: Corn Flower Blue. HEX triplet: 49, 4C and 71. RGB value is (73,76,113). Sum of RGB (Red+Green+Blue) = 73+76+113=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 113 - color contains mainly: blue. Hex color #494C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494C71 is #B6B38E. Grayscale: #4F4F4F. Windows color (decimal): -11973519 or 7425097. OLE color: 7425097.

HSL color Cylindrical-coordinate representation of color #494C71: hue angle of 235.5º 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 #494C71 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 76 113 -
CMYK 0.35 0.33 0 0.56
HSL 235.5º 0.22% 0.36% -
HSV(B) 235.5º 0.35% 0.44% -
XYZ 8.31 7.78 16.69 -
YUV 79.32 147.01 123.49 -
System Red Green Blue C M Y K H S L
Decimal 73 76 113 0.35 0.33 0 0.56 235.5 0.22 0.36
Hex 49 4C 71 23 21 0 38 EC 16 24
Octal 111 114 161 43 41 0 70 354 26 44
Binary 1001001 1001100 1110001 100011 100001 0 111000 11101100 10110 100100

Color Harmonies of #494C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494C71

Black with #494C71

Text Example


Text Example

White with #494C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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