Html Css Color HEX #494962 Corn Flower Blue

📋 copy color: '#494962'

red 73 ◦ green 73 ◦ blue 98

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

Shades of Corn Flower Blue #494962

Tints of Corn Flower Blue #494962

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.92%

 BLUE value IS 98 (38.67% from 255) = 40.16%

R = 29.92%
G = 29.92%
B = 40.16%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#494962 (or 0x494962) is known color: Corn Flower Blue. HEX triplet: 49, 49 and 62. RGB value is (73,73,98). Sum of RGB (Red+Green+Blue) = 73+73+98=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 98 - color contains mainly: blue. Hex color #494962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494962 is #B6B69D. Grayscale: #4B4B4B. Windows color (decimal): -11974302 or 6441289. OLE color: 6441289.

HSL color Cylindrical-coordinate representation of color #494962: hue angle of 240º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #494962 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 73 98 -
CMYK 0.26 0.26 0 0.62
HSL 240º 0.15% 0.34% -
HSV(B) 240º 0.26% 0.38% -
XYZ 7.33 7.06 12.53 -
YUV 75.85 140.5 125.97 -
System Red Green Blue C M Y K H S L
Decimal 73 73 98 0.26 0.26 0 0.62 240 0.15 0.34
Hex 49 49 62 1A 1A 0 3E F0 F 22
Octal 111 111 142 32 32 0 76 360 17 42
Binary 1001001 1001001 1100010 11010 11010 0 111110 11110000 1111 100010

Color Harmonies of #494962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494962

Black with #494962

Text Example


Text Example

White with #494962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494962; }

 p { color: rgb(73,73,98); }

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

background-color css

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

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

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

border-color css

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

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

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