Html Css Color HEX #494972 Corn Flower Blue

📋 copy color: '#494972'

red 73 ◦ green 73 ◦ blue 114

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

Shades of Corn Flower Blue #494972

Tints of Corn Flower Blue #494972

RGB

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

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

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

R = 28.08%
G = 28.08%
B = 43.85%

CMYK

 C value IS 0.36

 M value IS 0.36

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#494972 (or 0x494972) is known color: Corn Flower Blue. HEX triplet: 49, 49 and 72. RGB value is (73,73,114). Sum of RGB (Red+Green+Blue) = 73+73+114=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 114 - color contains mainly: blue. Hex color #494972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494972 is #B6B68D. Grayscale: #4D4D4D. Windows color (decimal): -11974286 or 7489865. OLE color: 7489865.

HSL color Cylindrical-coordinate representation of color #494972: hue angle of 240º 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 #494972 is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 73 114 -
CMYK 0.36 0.36 0 0.55
HSL 240º 0.22% 0.37% -
HSV(B) 240º 0.36% 0.45% -
XYZ 8.17 7.4 16.92 -
YUV 77.67 148.5 124.67 -
System Red Green Blue C M Y K H S L
Decimal 73 73 114 0.36 0.36 0 0.55 240 0.22 0.37
Hex 49 49 72 24 24 0 37 F0 16 25
Octal 111 111 162 44 44 0 67 360 26 45
Binary 1001001 1001001 1110010 100100 100100 0 110111 11110000 10110 100101

Color Harmonies of #494972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494972

Black with #494972

Text Example


Text Example

White with #494972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494972; }

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

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

background-color css

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

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

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

border-color css

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

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

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