Html Css Color HEX #494668 Corn Flower Blue

📋 copy color: '#494668'

red 73 ◦ green 70 ◦ blue 104

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

Shades of Corn Flower Blue #494668

Tints of Corn Flower Blue #494668

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.34%

 BLUE value IS 104 (41.02% from 255) = 42.11%

R = 29.55%
G = 28.34%
B = 42.11%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#494668 (or 0x494668) is known color: Corn Flower Blue. HEX triplet: 49, 46 and 68. RGB value is (73,70,104). Sum of RGB (Red+Green+Blue) = 73+70+104=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 104 (41.02% from 255 or 42.11% from 247); Max value from RGB is 104 - color contains mainly: blue. Hex color #494668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494668 is #B6B997. Grayscale: #4A4A4A. Windows color (decimal): -11975064 or 6833737. OLE color: 6833737.

HSL color Cylindrical-coordinate representation of color #494668: hue angle of 245.29º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #494668 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 70 104 -
CMYK 0.30 0.33 0 0.59
HSL 245.29º 0.2% 0.34% -
HSV(B) 245.29º 0.33% 0.41% -
XYZ 7.44 6.8 14.02 -
YUV 74.77 144.49 126.74 -
System Red Green Blue C M Y K H S L
Decimal 73 70 104 0.30 0.33 0 0.59 245.29 0.2 0.34
Hex 49 46 68 1E 21 0 3B F5 14 22
Octal 111 106 150 36 41 0 73 365 24 42
Binary 1001001 1000110 1101000 11110 100001 0 111011 11110101 10100 100010

Color Harmonies of #494668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494668

Black with #494668

Text Example


Text Example

White with #494668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494668; }

 p { color: rgb(73,70,104); }

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

background-color css

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

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

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

border-color css

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

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

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