Html Css Color HEX #494374 Corn Flower Blue

📋 copy color: '#494374'

red 73 ◦ green 67 ◦ blue 116

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

Shades of Corn Flower Blue #494374

Tints of Corn Flower Blue #494374

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.17%

 BLUE value IS 116 (45.7% from 255) = 45.31%

R = 28.52%
G = 26.17%
B = 45.31%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#494374 (or 0x494374) is known color: Corn Flower Blue. HEX triplet: 49, 43 and 74. RGB value is (73,67,116). Sum of RGB (Red+Green+Blue) = 73+67+116=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 116 - color contains mainly: blue. Hex color #494374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494374 is #B6BC8B. Grayscale: #4A4A4A. Windows color (decimal): -11975820 or 7619401. OLE color: 7619401.

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

Color convert

RGB 73 67 116 -
CMYK 0.37 0.42 0 0.55
HSL 247.35º 0.27% 0.36% -
HSV(B) 247.35º 0.42% 0.45% -
XYZ 7.91 6.69 17.4 -
YUV 74.38 151.49 127.02 -
System Red Green Blue C M Y K H S L
Decimal 73 67 116 0.37 0.42 0 0.55 247.35 0.27 0.36
Hex 49 43 74 25 2A 0 37 F7 1B 24
Octal 111 103 164 45 52 0 67 367 33 44
Binary 1001001 1000011 1110100 100101 101010 0 110111 11110111 11011 100100

Color Harmonies of #494374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494374

Black with #494374

Text Example


Text Example

White with #494374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494374; }

 p { color: rgb(73,67,116); }

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

background-color css

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

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

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

border-color css

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

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

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