Html Css Color HEX #494271 Corn Flower Blue

📋 copy color: '#494271'

red 73 ◦ green 66 ◦ blue 113

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

Shades of Corn Flower Blue #494271

Tints of Corn Flower Blue #494271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.19%

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

R = 28.97%
G = 26.19%
B = 44.84%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#494271 (or 0x494271) is known color: Corn Flower Blue. HEX triplet: 49, 42 and 71. RGB value is (73,66,113). Sum of RGB (Red+Green+Blue) = 73+66+113=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 113 - color contains mainly: blue. Hex color #494271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494271 is #B6BD8E. Grayscale: #494949. Windows color (decimal): -11976079 or 7422537. OLE color: 7422537.

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

Color convert

RGB 73 66 113 -
CMYK 0.35 0.42 0 0.56
HSL 248.94º 0.26% 0.35% -
HSV(B) 248.94º 0.42% 0.44% -
XYZ 7.68 6.51 16.47 -
YUV 73.45 150.32 127.68 -
System Red Green Blue C M Y K H S L
Decimal 73 66 113 0.35 0.42 0 0.56 248.94 0.26 0.35
Hex 49 42 71 23 2A 0 38 F9 1A 23
Octal 111 102 161 43 52 0 70 371 32 43
Binary 1001001 1000010 1110001 100011 101010 0 111000 11111001 11010 100011

Color Harmonies of #494271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494271

Black with #494271

Text Example


Text Example

White with #494271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494271; }

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

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

background-color css

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

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

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

border-color css

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

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

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