Html Css Color HEX #494A72 Corn Flower Blue

📋 copy color: '#494A72'

red 73 ◦ green 74 ◦ blue 114

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

Shades of Corn Flower Blue #494A72

Tints of Corn Flower Blue #494A72

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.35%

 BLUE value IS 114 (44.92% from 255) = 43.68%

R = 27.97%
G = 28.35%
B = 43.68%

CMYK

 C value IS 0.36

 M value IS 0.35

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#494A72 (or 0x494A72) is known color: Corn Flower Blue. HEX triplet: 49, 4A and 72. RGB value is (73,74,114). Sum of RGB (Red+Green+Blue) = 73+74+114=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 114 - color contains mainly: blue. Hex color #494A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494A72 is #B6B58D. Grayscale: #4E4E4E. Windows color (decimal): -11974030 or 7490121. OLE color: 7490121.

HSL color Cylindrical-coordinate representation of color #494A72: hue angle of 238.54º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #494A72 is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 74 114 -
CMYK 0.36 0.35 0 0.55
HSL 238.54º 0.22% 0.37% -
HSV(B) 238.54º 0.36% 0.45% -
XYZ 8.23 7.53 16.94 -
YUV 78.26 148.17 124.25 -
System Red Green Blue C M Y K H S L
Decimal 73 74 114 0.36 0.35 0 0.55 238.54 0.22 0.37
Hex 49 4A 72 24 23 0 37 EF 16 25
Octal 111 112 162 44 43 0 67 357 26 45
Binary 1001001 1001010 1110010 100100 100011 0 110111 11101111 10110 100101

Color Harmonies of #494A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494A72

Black with #494A72

Text Example


Text Example

White with #494A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494A72; }

 p { color: rgb(73,74,114); }

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

background-color css

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

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

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

border-color css

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

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

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