Html Css Color HEX #494476 Corn Flower Blue

📋 copy color: '#494476'

red 73 ◦ green 68 ◦ blue 118

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

Shades of Corn Flower Blue #494476

Tints of Corn Flower Blue #494476

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.25%

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

R = 28.19%
G = 26.25%
B = 45.56%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#494476 (or 0x494476) is known color: Corn Flower Blue. HEX triplet: 49, 44 and 76. RGB value is (73,68,118). Sum of RGB (Red+Green+Blue) = 73+68+118=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 118 - color contains mainly: blue. Hex color #494476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494476 is #B6BB89. Grayscale: #4B4B4B. Windows color (decimal): -11975562 or 7750729. OLE color: 7750729.

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

Color convert

RGB 73 68 118 -
CMYK 0.38 0.42 0 0.54
HSL 246º 0.27% 0.36% -
HSV(B) 246º 0.42% 0.46% -
XYZ 8.08 6.86 18.04 -
YUV 75.2 152.16 126.43 -
System Red Green Blue C M Y K H S L
Decimal 73 68 118 0.38 0.42 0 0.54 246 0.27 0.36
Hex 49 44 76 26 2A 0 36 F6 1B 24
Octal 111 104 166 46 52 0 66 366 33 44
Binary 1001001 1000100 1110110 100110 101010 0 110110 11110110 11011 100100

Color Harmonies of #494476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494476

Black with #494476

Text Example


Text Example

White with #494476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494476; }

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

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

background-color css

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

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

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

border-color css

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

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

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