Html Css Color HEX #494276 Corn Flower Blue

📋 copy color: '#494276'

red 73 ◦ green 66 ◦ blue 118

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

Shades of Corn Flower Blue #494276

Tints of Corn Flower Blue #494276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 45.91%

R = 28.4%
G = 25.68%
B = 45.91%

CMYK

 C value IS 0.38

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#494276 (or 0x494276) is known color: Corn Flower Blue. HEX triplet: 49, 42 and 76. RGB value is (73,66,118). Sum of RGB (Red+Green+Blue) = 73+66+118=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 118 - color contains mainly: blue. Hex color #494276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494276 is #B6BD89. Grayscale: #494949. Windows color (decimal): -11976074 or 7750217. OLE color: 7750217.

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

Color convert

RGB 73 66 118 -
CMYK 0.38 0.44 0 0.54
HSL 248.08º 0.28% 0.36% -
HSV(B) 248.08º 0.44% 0.46% -
XYZ 7.97 6.62 18 -
YUV 74.02 152.82 127.27 -
System Red Green Blue C M Y K H S L
Decimal 73 66 118 0.38 0.44 0 0.54 248.08 0.28 0.36
Hex 49 42 76 26 2C 0 36 F8 1C 24
Octal 111 102 166 46 54 0 66 370 34 44
Binary 1001001 1000010 1110110 100110 101100 0 110110 11111000 11100 100100

Color Harmonies of #494276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494276

Black with #494276

Text Example


Text Example

White with #494276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494276; }

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

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

background-color css

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

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

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

border-color css

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

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

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